Merge branch 'main' into pres

This commit is contained in:
Ryan Schanzenbacher 2023-09-29 10:10:52 -04:00
commit 2afb419d3d
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
7 changed files with 20 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,5 @@
window:
opacity: 0.70
font: font:
size: 15 size: 15
normal: normal:

View file

@ -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))

View file

@ -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

View file

@ -0,0 +1,2 @@
setlocal tw=0
setlocal lbr

View file

@ -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": {