use NixTypes system
This commit is contained in:
parent
1de15c45f2
commit
d7850a7acc
2 changed files with 166 additions and 40 deletions
12
flake.nix
12
flake.nix
|
|
@ -12,6 +12,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# nt.url = "github:emilelcb/nt";
|
||||
nt.url = "/home/me/agribit/nexus/nt";
|
||||
|
||||
cerulean = {
|
||||
# url = "github:emilelcb/Cerulean";
|
||||
url = "/home/me/agribit/nexus/Cerulean";
|
||||
|
|
@ -19,6 +22,7 @@
|
|||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
nt.follows = "nt";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -50,7 +54,9 @@
|
|||
...
|
||||
}: let
|
||||
groups = {
|
||||
cryde = {}; # oh frick i cried again
|
||||
cryos = {
|
||||
cryde = {}; # oh frick i cried again
|
||||
};
|
||||
server = {};
|
||||
};
|
||||
in
|
||||
|
|
@ -63,7 +69,7 @@
|
|||
# my laptop <3 :3
|
||||
lolcathost = {
|
||||
system = "x86_64-linux";
|
||||
groups = [groups.cryde];
|
||||
groups = [groups.cryos.cryde];
|
||||
extraModules = [
|
||||
home-manager.nixosModules.default
|
||||
grub2-themes.nixosModules.default
|
||||
|
|
@ -73,7 +79,7 @@
|
|||
# i be on my puter frfr
|
||||
myputer = {
|
||||
system = "x86_64-linux";
|
||||
groups = [groups.cryde];
|
||||
groups = [groups.cryos.cryde];
|
||||
extraModules = [
|
||||
home-manager.nixosModules.default
|
||||
grub2-themes.nixosModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue