initial rust-shell setup
This commit is contained in:
parent
07ebbac912
commit
2a16fc03e7
7 changed files with 94 additions and 55 deletions
|
@ -24,6 +24,9 @@ in
|
|||
ripgrep
|
||||
fzf
|
||||
colorls
|
||||
|
||||
wslu
|
||||
wsl-open
|
||||
];
|
||||
|
||||
wyrdgard = {
|
||||
|
|
|
@ -52,11 +52,8 @@ in
|
|||
config = {
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestions.enable = true;
|
||||
histFile = "$XDG_CACHE_HOME/zsh.history";
|
||||
};
|
||||
programs.fish = enabled;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
||||
wyrdgard.home = {
|
||||
file = {
|
||||
|
@ -80,8 +77,6 @@ in
|
|||
home = "/home/${cfg.name}";
|
||||
group = "users";
|
||||
|
||||
shell = pkgs.zsh;
|
||||
|
||||
# Arbitrary user ID to use for the user. Since I only
|
||||
# have a single user on my machines this won't ever collide.
|
||||
# However, if you add multiple users you'll need to change this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue