Anthony Rodriguez
aa46aa0762
Removed the profiles directory in home, as I thought it was redundant: they had the same name as my hostnames, as all my machines are single-user only. Therefore, everything is now under its own hosts/{hostname}, and flake.nix just has to import hosts/default.nix like it did before.
14 lines
135 B
Nix
14 lines
135 B
Nix
{
|
|
imports = [
|
|
./core
|
|
|
|
./hardware/printing.nix
|
|
./hardware/fwupd.nix
|
|
|
|
./network
|
|
|
|
./programs
|
|
|
|
./services
|
|
];
|
|
}
|