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
(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")
(mapped-devices (list (mapped-device
(source (uuid

View file

@ -64,6 +64,8 @@ log-level=trace
# Default: 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.
# All column-$name settings accept golang text/template syntax. See

View file

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

View file

@ -36,12 +36,14 @@
"libnotify"
"fzf"
"waypipe"
"gnunet"
"qrencode"
"binutils"
"gcc-toolchain"
"borg"
"restic"
"rsync"
"cloc"
"pv"
"python-msgpack"
"libreoffice"
@ -49,6 +51,7 @@
"gnupg"
"lsof"
"pavucontrol"
"netcat"
"bind:utils"
"font-cns11643"
"syncthing"
@ -110,6 +113,7 @@
(service home-xdg-configuration-files-service-type
`(("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/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim"))
("sway" ,(local-file "sway" #:recursive? #t))
("hypr" ,(local-file "hypr" #:recursive? #t))
("waybar" ,(local-file "waybar" #:recursive? #t))

View file

@ -30,6 +30,9 @@
yt-dlp
xdg-desktop-portal-hyprland
pass
rustup
gcc
pkg-config
# # It is sometimes useful to fine-tune packages, for example, by applying
# # 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": {
"format": " {}"
},
"wlr/workspaces": {
"format": "{name}",
"hyprland/workspaces": {
"format": "{id}",
"all-outputs": false,
"disable-scroll": true
},
"hyprland/window": {