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 = [
|
imports = [
|
||||||
inputs.nix-gaming.nixosModules.pipewireLowLatency
|
inputs.nix-gaming.nixosModules.pipewireLowLatency
|
||||||
inputs.nix-gaming.nixosModules.platformOptimizations
|
inputs.nix-gaming.nixosModules.platformOptimizations
|
||||||
|
inputs.hyprland.nixosModules.default
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
@ -18,6 +19,12 @@
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
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 = {
|
services = {
|
||||||
pcscd.enable = true;
|
pcscd.enable = true;
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue