1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00
This commit is contained in:
Kierán Meinhardt
2019-02-26 23:25:40 +01:00
parent 55d82d80a6
commit 733909723d
3 changed files with 6 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ in {
group = "users";
extraGroups = [ "wheel" "audio" "docker" ];
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
shell = pkgs.zsh;
shell = pkgs.fish;
};
home-manager.users.kfm = {