11 lines
149 B
Nix
11 lines
149 B
Nix
{ ... }:
|
|
{
|
|
device = {
|
|
flake-name = "home-server";
|
|
|
|
programs = {
|
|
fastfetch.enable = true;
|
|
starship.enable = true;
|
|
};
|
|
};
|
|
}
|