refactor(flake,infinidoge): clean up unnecessary items
This commit is contained in:
parent
0675a931a9
commit
0900ccc5ea
2 changed files with 0 additions and 17 deletions
14
flake.nix
14
flake.nix
|
@ -110,17 +110,6 @@
|
|||
};
|
||||
|
||||
imports = [ (digga.lib.importHosts ./hosts) ];
|
||||
hosts = {
|
||||
# Desktops
|
||||
Infini-DESKTOP = { };
|
||||
|
||||
# Laptops
|
||||
Infini-SWIFT = { };
|
||||
Infini-FRAMEWORK = { };
|
||||
|
||||
# Servers
|
||||
Infini-SERVER = { };
|
||||
};
|
||||
importables = rec {
|
||||
profiles = digga.lib.rakeLeaves ./profiles // {
|
||||
users = digga.lib.rakeLeaves ./users;
|
||||
|
@ -182,9 +171,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
users = {
|
||||
infinidoge = { };
|
||||
}; # digga.lib.importers.rakeLeaves ./users/hm;
|
||||
};
|
||||
|
||||
devshell = ./shell;
|
||||
|
|
|
@ -16,9 +16,7 @@ in
|
|||
(ifGraphical' graphic)
|
||||
])
|
||||
(with profiles; [
|
||||
pass
|
||||
htop
|
||||
nnn
|
||||
])
|
||||
|
||||
./config
|
||||
|
@ -59,7 +57,6 @@ in
|
|||
])
|
||||
|
||||
arduino
|
||||
minipro
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue