fish
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||
flake = "/home/user/.config/nixos";
|
||||
};
|
||||
programs.fish.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
nushell
|
||||
|
@ -4,7 +4,7 @@
|
||||
user = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||
shell = pkgs.nushell;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
# work = {
|
||||
# isNormalUser = true;
|
||||
|
@ -1,6 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
shell = {
|
||||
nushell.enable = true;
|
||||
fish.enable = true;
|
||||
nushell.enable = false;
|
||||
oh-my-posh.enable = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user