tsuki: enable hyprland nixos module
This commit is contained in:
parent
59b1056075
commit
2c21185928
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
imports = [
|
||||
inputs.nix-gaming.nixosModules.pipewireLowLatency
|
||||
inputs.nix-gaming.nixosModules.platformOptimizations
|
||||
inputs.hyprland.nixosModules.default
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
|
@ -18,6 +19,12 @@
|
|||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# finalPackage = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
portalPackage = inputs.xdg-portal-hyprland.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
flatpak.enable = true;
|
||||
|
|
Loading…
Reference in a new issue