moved swaync configuration into the nix file and removed the shell script in hosts/installer to make the repo have 100% nix code c:

This commit is contained in:
pagedmov
2024-10-20 02:22:19 -04:00
parent 5a1f391af2
commit 46fa639f18
6 changed files with 745 additions and 938 deletions

View File

@@ -15,7 +15,7 @@
++ [(import ./starship.nix)]
++ [(import ./userpkgs.nix)]
++ [(import ./zshell.nix)]
++ [(import ./swaync.nix)]
++ [(import ./waybar)]
++ [(import ./hyprland)]
++ [(import ./swaync)];
++ [(import ./hyprland)];
}