add bspwm and sxhkd
This commit is contained in:
parent
cb7bedb398
commit
2919727b02
7 changed files with 176 additions and 6 deletions
5
users/rin/xorg.nix
Normal file
5
users/rin/xorg.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }: {
|
||||
xsession.enable = true;
|
||||
home.file.".xinitrc".source = ./scripts/xinitrc;
|
||||
xdg.configFile."xorg/wallpaper.png".source = ../../res/wallpaper.png;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue