working on zsh
This commit is contained in:
@@ -1,26 +1,3 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
|
||||||
user = import ./henrov.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
home-manager.users.${user.username} = {
|
|
||||||
home.stateVersion = "25.11";
|
|
||||||
home.username = user.username;
|
|
||||||
home.homeDirectory = user.homeDirectory;
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
direnv
|
|
||||||
git-extras
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
username = "henrov";
|
username = "henrov";
|
||||||
hashedPassword = "$6$ISAmsPLyFi7idYXr$VmZsq.zMsyh1irSkyDNqtorNXG0oEHbbMVqTii1t8bymvrQ5ZQmbdi4OiBNeNYe/huHGrojXM.3TST2fTLz0T.";
|
hashedPassword = "$6$ISAmsPLyFi7idYXr$VmZsq.zMsyh1irSkyDNqtorNXG0oEHbbMVqTii1t8bymvrQ5ZQmbdi4OiBNeNYe/huHGrojXM.3TST2fTLz0T.";
|
||||||
|
|||||||
Reference in New Issue
Block a user