mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove zsh for now
This commit is contained in:
parent
79129d60ea
commit
7a8ffd9a2e
5 changed files with 10 additions and 88 deletions
|
@ -14,7 +14,7 @@ with lib; {
|
|||
["wheel" "input" "video"]
|
||||
++ optionals config.sound.enable ["audio"];
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
home-manager.users.myuser = {
|
||||
|
@ -31,7 +31,12 @@ with lib; {
|
|||
# ./graphical/i3
|
||||
];
|
||||
|
||||
home.username = config.users.users.myuser.name;
|
||||
home.uid = config.users.users.myuser.uid;
|
||||
home = {
|
||||
username = config.users.users.myuser.name;
|
||||
uid = config.users.users.myuser.uid;
|
||||
shellAliases = {
|
||||
p = "cd ~/projects";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue