This commit is contained in:
2024-04-07 12:47:31 +01:00
parent 61e18b8128
commit 013eccb642
4 changed files with 43 additions and 16 deletions
+2 -1
View File
@@ -23,7 +23,7 @@
};
};
outputs = { self, nixpkgs, ... }@inputs:
outputs = { self, nixpkgs, hyprland, ... }@inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@@ -33,6 +33,7 @@
default = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
hyprland.nixosModules.default
./hosts/default/configuration.nix
];
};