This commit is contained in:
iFargle 2023-08-14 21:42:32 +09:00
parent db298a415e
commit 31acd23e06

View file

@ -24,7 +24,7 @@
# nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# hyprland flake # hyprland flake
hyprland.url = "github:hyprwm/Hyprland"; # hyprland.url = "github:hyprwm/Hyprland";
# Encrypted secrets in Nix configuration files # Encrypted secrets in Nix configuration files
# https://github.com/Mic92/sops-nix # https://github.com/Mic92/sops-nix
@ -40,7 +40,7 @@
nur, nur,
sops-nix, sops-nix,
# nixos-hardware, # nixos-hardware,
hyprland, # hyprland,
... ...
}@inputs: }@inputs:
let let
@ -109,15 +109,15 @@
}; # lib.nixosSystem - ${hostname} }; # lib.nixosSystem - ${hostname}
}; # nixosConfiguration }; # nixosConfiguration
# Import hyprland configs for home manager # # Import hyprland configs for home manager
homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { # homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
modules = [ # modules = [
hyprland.homeManagerModules.default { # hyprland.homeManagerModules.default {
import = [ # import = [
./hosts/${hostname}/desktops/hyprland-conf.nix # ./hosts/${hostname}/desktops/hyprland-conf.nix
]; # ];
} # }
]; # ];
}; # };
}; };
} }