Fixed Hyprland config errors for installation

This commit is contained in:
2025-11-19 20:52:12 +01:00
parent 61adc10c49
commit 72acec33da
8 changed files with 38 additions and 48 deletions

View File

@@ -15,7 +15,7 @@
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
nixosConfigurations = {
# Replace 'myhost' with your hostname
cribnix = nixpkgs.lib.nixosSystem {
myhost = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
@@ -32,4 +32,4 @@
};
};
};
}
}