Added hyprland

This commit is contained in:
2025-05-17 18:21:00 -04:00
parent 1fe1c74418
commit 3cecd47704
2 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, nur, home-manager, ... }@inputs: {
@@ -19,6 +20,7 @@
nixosConfigurations = {
anzu = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
# Import the previous configuration.nix we used,
# so the old configuration file still takes effect