This commit is contained in:
Asaki Yuki 2026-04-13 22:47:29 +07:00
parent 1d97959a14
commit 8b2e1e2029
8 changed files with 24 additions and 9 deletions

11
host/server/device.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }:
{
device = {
flake-name = "home-server";
programs = {
fastfetch.enable = true;
starship.enable = true;
};
};
}