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