zenix hyprland fix

This commit is contained in:
tristan 2023-04-18 12:19:06 +01:00
parent 0ee1e0f605
commit 18eb67509a
2 changed files with 3 additions and 5 deletions

View file

@ -24,7 +24,7 @@
user = "tristan";
in {
nixosConfigurations = {
zenix = mkConf "zenix" { inherit nixpkgs system user home-manager; };
zenix = mkConf "zenix" { inherit nixpkgs system user home-manager hyprland; };
FCS-Tristan-Nixbook = mkConf "work" { inherit nixpkgs system user home-manager hyprland; };
};
};