Skip to content

Commit

Permalink
remove fish plugins from configuration.nix; add docker 24
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Jan 15, 2024
1 parent f3ba242 commit 28b0c7d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions hosts/nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
git
fishPlugins.done
fishPlugins.fzf-fish
fishPlugins.forgit
fishPlugins.pure
# fishPlugins.done
# fishPlugins.fzf-fish
# fishPlugins.forgit
# fishPlugins.pure
fzf
fishPlugins.grc
# fishPlugins.grc
grc
];

Expand Down Expand Up @@ -150,6 +150,7 @@
# Docker
virtualisation.docker = {
enable = true;
package = pkgs.docker_24;
};
# LXD
virtualisation.lxd = {
Expand Down

0 comments on commit 28b0c7d

Please sign in to comment.