Compare commits
No commits in common. "2afb419d3d8255ea7f23b02e4ce80038be53bc7d" and "0bf0473ff8699f77ef7148f4ccdc0c720b03d4f0" have entirely different histories.
2afb419d3d
...
0bf0473ff8
|
@ -3,10 +3,6 @@
|
|||
|
||||
(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
|
||||
|
|
|
@ -64,8 +64,6 @@ 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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
window:
|
||||
opacity: 0.70
|
||||
font:
|
||||
size: 15
|
||||
normal:
|
||||
|
|
|
@ -36,14 +36,12 @@
|
|||
"libnotify"
|
||||
"fzf"
|
||||
"waypipe"
|
||||
"gnunet"
|
||||
"qrencode"
|
||||
"binutils"
|
||||
"gcc-toolchain"
|
||||
"borg"
|
||||
"restic"
|
||||
"rsync"
|
||||
"cloc"
|
||||
"pv"
|
||||
"python-msgpack"
|
||||
"libreoffice"
|
||||
|
@ -51,7 +49,6 @@
|
|||
"gnupg"
|
||||
"lsof"
|
||||
"pavucontrol"
|
||||
"netcat"
|
||||
"bind:utils"
|
||||
"font-cns11643"
|
||||
"syncthing"
|
||||
|
@ -113,7 +110,6 @@
|
|||
(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))
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
setlocal tw=0
|
||||
setlocal lbr
|
|
@ -9,9 +9,8 @@
|
|||
"hyprland/submap": {
|
||||
"format": " {}"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{id}",
|
||||
"all-outputs": false,
|
||||
"wlr/workspaces": {
|
||||
"format": "{name}",
|
||||
"disable-scroll": true
|
||||
},
|
||||
"hyprland/window": {
|
||||
|
|
Loading…
Reference in a new issue