mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
style: clean mksystem
This commit is contained in:
+1
-9
@@ -27,6 +27,7 @@ let
|
|||||||
HMConfig = ../home;
|
HMConfig = ../home;
|
||||||
systemPackages = ../modules/packages.nix;
|
systemPackages = ../modules/packages.nix;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
inherit gamingSystem workSystem enableZram nixvim spotiflac-cli sops-nix noctalia inputs additionalModules;
|
||||||
pkgs-unstable = import nixpkgs {
|
pkgs-unstable = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
@@ -37,15 +38,6 @@ let
|
|||||||
currentSystemUser = user;
|
currentSystemUser = user;
|
||||||
currentSystemEmail = email;
|
currentSystemEmail = email;
|
||||||
currentSystemDe = desktopEnvironment;
|
currentSystemDe = desktopEnvironment;
|
||||||
gamingSystem = gamingSystem;
|
|
||||||
workSystem = workSystem;
|
|
||||||
enableZram = enableZram;
|
|
||||||
nixvim = nixvim;
|
|
||||||
spotiflac-cli = spotiflac-cli;
|
|
||||||
sops-nix = sops-nix;
|
|
||||||
noctalia = noctalia;
|
|
||||||
inputs = inputs;
|
|
||||||
additionalModules = additionalModules;
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
|
|||||||
Reference in New Issue
Block a user