guys i've installed nix on my smartphomn
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
13
hosts/pixel/users/droid/home-configuration.nix
Normal file
13
hosts/pixel/users/droid/home-configuration.nix
Normal 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"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user