switch to nushell
This commit is contained in:
parent
28884ee64e
commit
b4699c9597
1 changed files with 4 additions and 11 deletions
|
@ -8,7 +8,6 @@
|
|||
];
|
||||
|
||||
# Bootloader.
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
|
@ -88,20 +87,12 @@
|
|||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
# enable fish
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
v = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
# enable steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
users.defaultUserShell = pkgs.nushell;
|
||||
|
||||
#polkit
|
||||
security.polkit.enable = true;
|
||||
|
@ -145,6 +136,7 @@
|
|||
virt-manager
|
||||
drawio
|
||||
imv
|
||||
zathura
|
||||
opentabletdriver
|
||||
|
||||
# entertainment
|
||||
|
@ -177,6 +169,7 @@
|
|||
alacritty
|
||||
stow
|
||||
starship
|
||||
nushell
|
||||
rustup
|
||||
cargo
|
||||
jre
|
||||
|
|
Loading…
Reference in a new issue