guys i've installed nix on my smartphomn

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-18 01:28:10 +02:00
parent c596686866
commit e3571d1549
2 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{inputs, ...}: {
imports = with inputs; [
nix-index-database.hmModules.nix-index
self.homeModules.programs
./programs.nix
];
home = {
stateVersion = "25.05";
sessionPath = [
"$HOME/.local/bin"
];
};
}