feat: added i3 systemdTarget

feat: added xorg wallpaper module
This commit is contained in:
Patrick Großmann 2023-12-25 18:06:39 +01:00
parent f4a871a401
commit bc948ad1ab
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F
4 changed files with 99 additions and 0 deletions

6
hm-modules/default.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
./i3.nix
./wallpapers.nix
];
}