initial commit
This commit is contained in:
11
home/services/services.nix
Normal file
11
home/services/services.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./picom/default.nix
|
||||
./dunst/default.nix
|
||||
./polybar/default.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user