dodanie garandos-tui

This commit is contained in:
2025-12-07 00:00:33 +01:00
parent 5747e449b2
commit 29c62adbd1
6 changed files with 127 additions and 16 deletions

View File

@@ -6,6 +6,7 @@
./docker.nix
./flatpak.nix
./fonts.nix
./garandos-tui.nix
./hardware.nix
./network.nix
./nfs.nix

View File

@@ -0,0 +1,11 @@
{
host,
username,
...
}: {
programs.garandos-tui = {
enable = true;
systemModulesFilePath = "/home/${username}/garandos/hosts/${host}/system-modules.nix";
homeModulesFilePath = "/home/${username}/garandos/hosts/${host}/home-modules.nix";
};
}