mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: move xmonad config
This commit is contained in:
parent
ef4aa7d5db
commit
0342f5e87c
6 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,4 +2,4 @@
|
|||
nix-diff-*
|
||||
|
||||
# XMonad
|
||||
.config/xmonad/dist-newstyle/
|
||||
**/xmonad/dist-newstyle/
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
home.file = {
|
||||
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
||||
};
|
||||
xdg.configFile = {
|
||||
"xmonad".source = "${./xmonad}";
|
||||
};
|
||||
home.pointerCursor = {
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue