update to nixos 23.05
This commit is contained in:
parent
8bbdb28d32
commit
778794f91b
11 changed files with 189 additions and 247 deletions
|
@ -79,10 +79,9 @@ in {
|
|||
};
|
||||
# programs.command-not-found.enable = true;
|
||||
programs.nix-index.enable = true;
|
||||
home.packages = (with pkgs; [
|
||||
home.packages = (with pkgs; with fishPlugins;[
|
||||
trash-cli
|
||||
wl-copy-file
|
||||
]) ++ (with pkgs.unstable.fishPlugins; [
|
||||
async-prompt
|
||||
foreign-env
|
||||
] ++ (lib.optional (desktop == "sway") done));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue