This commit is contained in:
Asaki Yuki 2026-04-13 22:50:57 +07:00
parent 14b68ce06e
commit 80f69ad9eb
2 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@
device = {
flake-name = "home-server";
# programs = {
# fastfetch.enable = true;
# starship.enable = true;
# };
programs = {
fastfetch.enable = true;
starship.enable = true;
};
};
}