mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
Revert "nix: Simplify"
Looks like this silently broke home-manager, so reverting for now.
This commit is contained in:
parent
936a47667a
commit
844df06137
11
flake.nix
11
flake.nix
@ -21,13 +21,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs: {
|
||||
nixosConfigurations.nixos = inputs.nixpkgs.lib.nixosSystem {
|
||||
outputs = { self, nixpkgs, home-manager, hyprland, stylix, ... }@attrs: {
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.hyprland.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
hyprland.nixosModules.default
|
||||
stylix.nixosModules.stylix
|
||||
./applications
|
||||
./common
|
||||
./desktop
|
||||
|
Loading…
Reference in New Issue
Block a user