idk
This commit is contained in:
parent
14b68ce06e
commit
80f69ad9eb
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
{ libs, ... }:
|
{ libs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./device.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./default.nix
|
|
||||||
|
|
||||||
(libs.root "/modules/features/system/docker.nix")
|
(libs.root "/modules/features/system/docker.nix")
|
||||||
(libs.root "/modules/features/system/packages.nix")
|
(libs.root "/modules/features/system/packages.nix")
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
device = {
|
device = {
|
||||||
flake-name = "home-server";
|
flake-name = "home-server";
|
||||||
|
|
||||||
# programs = {
|
programs = {
|
||||||
# fastfetch.enable = true;
|
fastfetch.enable = true;
|
||||||
# starship.enable = true;
|
starship.enable = true;
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue