Add XDG, and move program installations to better modules
This commit is contained in:
parent
15509adf73
commit
0027b4dab1
4 changed files with 25 additions and 7 deletions
|
|
@ -6,4 +6,9 @@
|
|||
${builtins.readFile ./default.conf}
|
||||
${builtins.readFile ./keybinds.conf}
|
||||
'';
|
||||
home.packages = with pkgs; [
|
||||
socat # For hyprland scripts
|
||||
swww # Wallpaper engine
|
||||
wlr-randr # Xrandr for wayland
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue