1: Enable Hyprland
This commit is contained in:
parent
53d8cea194
commit
bc0f6c8508
@ -8,6 +8,6 @@
|
|||||||
./browsers.nix
|
./browsers.nix
|
||||||
./productivity.nix
|
./productivity.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
#./neovim.nix
|
./hyprland.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
8
home/modules/hyprland.nix
Normal file
8
home/modules/hyprland.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
programs.kitty.enable = true;
|
||||||
|
programs.waybar.enable = true;
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -4,7 +4,7 @@
|
|||||||
./graphics.nix
|
./graphics.nix
|
||||||
./powerManagement.nix
|
./powerManagement.nix
|
||||||
./wireless.nix
|
./wireless.nix
|
||||||
#./wayland.nix
|
./wayland.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./kdePlasma.nix
|
./kdePlasma.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user