refactor(flake,infinidoge): clean up unnecessary items

This commit is contained in:
Infinidoge 2022-04-14 10:52:11 -04:00
parent 0675a931a9
commit 0900ccc5ea
2 changed files with 0 additions and 17 deletions

View file

@ -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;

View file

@ -16,9 +16,7 @@ in
(ifGraphical' graphic)
])
(with profiles; [
pass
htop
nnn
])
./config
@ -59,7 +57,6 @@ in
])
arduino
minipro
];
};