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