idk
This commit is contained in:
parent
1d97959a14
commit
8b2e1e2029
8 changed files with 24 additions and 9 deletions
11
host/server/device.nix
Normal file
11
host/server/device.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
device = {
|
||||
flake-name = "home-server";
|
||||
|
||||
programs = {
|
||||
fastfetch.enable = true;
|
||||
starship.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue