Added nix on droid

This commit is contained in:
Aleksandr Lebedev 2025-01-06 18:58:09 +01:00
parent dadac02455
commit 14c7d85a57
9 changed files with 195 additions and 18 deletions

View file

@ -10,7 +10,7 @@
./modules/tmux/home.nix
] ++ lib.optional (hwconfig.useImpermanence) (import ./modules/impermanence/home.nix { inherit username; inherit inputs; } )
++ lib.optional (config.programs.hyprland.enable) ./modules/hyprland/home.nix
++ lib.optional (builtins.pathExists ./homes/${username}) ./homes/${username};
++ lib.optional (builtins.pathExists ./homes/${username}) (import ./homes/${username} { inherit username; });
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = username;