skip
This commit is contained in:
parent
29eb6493be
commit
d03352736a
39 changed files with 67 additions and 46 deletions
10
flake.nix
Normal file → Executable file
10
flake.nix
Normal file → Executable file
|
|
@ -45,6 +45,7 @@
|
|||
# Common desktop modules
|
||||
commonDesktopModules = [
|
||||
./systems/common.nix
|
||||
./systems/desktop.nix
|
||||
./users/jsutter.nix
|
||||
./desktop/plasma.nix
|
||||
./desktop/dev.nix
|
||||
|
|
@ -78,7 +79,7 @@
|
|||
modules = commonDesktopModules ++ [
|
||||
./systems/labrizor.nix
|
||||
./users/jsutter.nix
|
||||
./desktop/3dprinting.nix
|
||||
./desktop/3dprinting.nix
|
||||
];
|
||||
};
|
||||
warp = mkSystem {
|
||||
|
|
@ -88,6 +89,13 @@
|
|||
./systems/warp.nix
|
||||
];
|
||||
};
|
||||
skip = mkSystem {
|
||||
modules = [
|
||||
./systems/common.nix
|
||||
./users/jsutter.nix
|
||||
./systems/skip.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue