incorporating hyprland into nix

This commit is contained in:
cnst
2024-07-29 18:54:22 +02:00
parent 6a92ece29e
commit 1dfd8be82d
11 changed files with 353 additions and 44 deletions

View File

@@ -1,16 +1,13 @@
{
imports = [
./land/appearance.nix
./land/inputs.nix
./land/keybinds.nix
./land/rules.nix
./land/startup.nix
];
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
settings = {
source = [
"./land/appearance.conf"
"./land/inputs.conf"
"./land/keybinds.conf"
"./land/rules.conf"
"./land/startup.conf"
];
};
systemd = {
variables = ["--all"];