fix(wm): include wm config
This commit is contained in:
parent
f4cb1f9690
commit
1c9ffc8fa0
2 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
in {
|
||||
imports = [
|
||||
./stylix.nix
|
||||
./wm
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
8
nixos/wm/default.nix
Normal file
8
nixos/wm/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
./river.nix
|
||||
./swaylock.nix
|
||||
./waybar.nix
|
||||
./wluma.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue