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