refactor: moved system modules around to be more coherent
This commit is contained in:
parent
13fc2a1450
commit
263728f6b6
16 changed files with 72 additions and 60 deletions
|
@ -2,9 +2,9 @@
|
|||
{
|
||||
imports = [
|
||||
./programs/firefox.nix
|
||||
#./programs/font-terminess.nix
|
||||
./programs/kitty.nix
|
||||
./programs/hyprland.nix
|
||||
./programs/waybar.nix
|
||||
./programs/dunst.nix
|
||||
];
|
||||
}
|
||||
|
|
3
users/modules/programs/dunst.nix
Normal file
3
users/modules/programs/dunst.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.dunst.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue