Compare commits
10 commits
0bf0473ff8
...
2afb419d3d
Author | SHA1 | Date | |
---|---|---|---|
Ryan Schanzenbacher | 2afb419d3d | ||
Ryan Schanzenbacher | 10c71dfa65 | ||
Ryan Schanzenbacher | 72d02c50b9 | ||
Ryan Schanzenbacher | 1b531a3849 | ||
Ryan Schanzenbacher | 7dfd35ba5b | ||
Ryan Schanzenbacher | fe9be57c7b | ||
Ryan Schanzenbacher | 52fc10ce2a | ||
Ryan Schanzenbacher | 5d9d6bcd89 | ||
Ryan Schanzenbacher | 6089f9710a | ||
ryan77627 | 04dbaab85e |
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(inherit base-operating-system)
|
(inherit base-operating-system)
|
||||||
|
(kernel-arguments (append (list "intel_iommu=on")
|
||||||
|
%default-kernel-arguments))
|
||||||
|
(initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1"
|
||||||
|
%base-initrd-modules))
|
||||||
(host-name "RyanThinkpad")
|
(host-name "RyanThinkpad")
|
||||||
(mapped-devices (list (mapped-device
|
(mapped-devices (list (mapped-device
|
||||||
(source (uuid
|
(source (uuid
|
||||||
|
|
|
@ -64,6 +64,8 @@ log-level=trace
|
||||||
# Default: date<20,name<17,flags>4,subject<*
|
# Default: date<20,name<17,flags>4,subject<*
|
||||||
#index-columns=date<20,name<17,flags>4,subject<*
|
#index-columns=date<20,name<17,flags>4,subject<*
|
||||||
|
|
||||||
|
spinner = '/,-,\,|'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Each name in index-columns must have a corresponding column-$name setting.
|
# Each name in index-columns must have a corresponding column-$name setting.
|
||||||
# All column-$name settings accept golang text/template syntax. See
|
# All column-$name settings accept golang text/template syntax. See
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
window:
|
||||||
|
opacity: 0.70
|
||||||
font:
|
font:
|
||||||
size: 15
|
size: 15
|
||||||
normal:
|
normal:
|
||||||
|
|
|
@ -36,12 +36,14 @@
|
||||||
"libnotify"
|
"libnotify"
|
||||||
"fzf"
|
"fzf"
|
||||||
"waypipe"
|
"waypipe"
|
||||||
|
"gnunet"
|
||||||
"qrencode"
|
"qrencode"
|
||||||
"binutils"
|
"binutils"
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
"borg"
|
"borg"
|
||||||
"restic"
|
"restic"
|
||||||
"rsync"
|
"rsync"
|
||||||
|
"cloc"
|
||||||
"pv"
|
"pv"
|
||||||
"python-msgpack"
|
"python-msgpack"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
|
@ -49,6 +51,7 @@
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"lsof"
|
"lsof"
|
||||||
"pavucontrol"
|
"pavucontrol"
|
||||||
|
"netcat"
|
||||||
"bind:utils"
|
"bind:utils"
|
||||||
"font-cns11643"
|
"font-cns11643"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
|
@ -110,6 +113,7 @@
|
||||||
(service home-xdg-configuration-files-service-type
|
(service home-xdg-configuration-files-service-type
|
||||||
`(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))
|
`(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))
|
||||||
("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
|
("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
|
||||||
|
("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim"))
|
||||||
("sway" ,(local-file "sway" #:recursive? #t))
|
("sway" ,(local-file "sway" #:recursive? #t))
|
||||||
("hypr" ,(local-file "hypr" #:recursive? #t))
|
("hypr" ,(local-file "hypr" #:recursive? #t))
|
||||||
("waybar" ,(local-file "waybar" #:recursive? #t))
|
("waybar" ,(local-file "waybar" #:recursive? #t))
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
pass
|
pass
|
||||||
|
rustup
|
||||||
|
gcc
|
||||||
|
pkg-config
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
|
2
home-config/nvim/config/after/ftplugin/mail/custom.vim
Normal file
2
home-config/nvim/config/after/ftplugin/mail/custom.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
setlocal tw=0
|
||||||
|
setlocal lbr
|
|
@ -9,8 +9,9 @@
|
||||||
"hyprland/submap": {
|
"hyprland/submap": {
|
||||||
"format": " {}"
|
"format": " {}"
|
||||||
},
|
},
|
||||||
"wlr/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{name}",
|
"format": "{id}",
|
||||||
|
"all-outputs": false,
|
||||||
"disable-scroll": true
|
"disable-scroll": true
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
|
|
Loading…
Reference in a new issue