Fixed Hyprland config errors for installation
This commit is contained in:
@@ -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 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user