feat(hyprland): add hyprland and wayland config
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./system/hardware-configuration.nix
|
||||
./services.nix
|
||||
./services
|
||||
../../modules/system.nix
|
||||
../../modules/sops.nix
|
||||
../../modules/opentablet.nix
|
||||
../../programs/flatpak.nix
|
||||
../../programs/hyprland.nix
|
||||
../../programs/steam.nix
|
||||
];
|
||||
|
||||
@@ -54,6 +55,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
modules.hyprland.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
nix.settings.trusted-users = ["root" "phundrak"];
|
||||
|
||||
Reference in New Issue
Block a user