move to nushell
This commit is contained in:
parent
fdd9dd20ae
commit
caf9810290
24 changed files with 521 additions and 469 deletions
|
|
@ -41,6 +41,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
shells.nu.enable = true;
|
||||
shells.zsh.enable = true;
|
||||
|
||||
rice.gtk.enable = true;
|
||||
|
|
@ -127,6 +128,7 @@
|
|||
slack
|
||||
|
||||
monero-cli
|
||||
devenv
|
||||
|
||||
zoom-us
|
||||
pandoc
|
||||
|
|
@ -136,8 +138,15 @@
|
|||
prismlauncher
|
||||
obs-studio
|
||||
|
||||
(discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
|
||||
distrobox
|
||||
|
||||
legcord
|
||||
|
||||
ungoogled-chromium
|
||||
uutils-coreutils-noprefix
|
||||
yazi
|
||||
|
|
@ -289,6 +298,7 @@
|
|||
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
|
||||
enableSshSupport = true;
|
||||
enableZshIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue