i forgot to install file managers

This commit is contained in:
LavaDesu 2021-05-11 21:48:20 +07:00
parent a8acf5af82
commit ddfc10bba4
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,12 +1,13 @@
{ config, pkgs, ...}: {
environment.systemPackages = with pkgs; [
git neofetch neovim nodejs rsync wget
git lf neofetch neovim nodejs rsync wget
gnupg
light glxinfo
alacritty discord-canary element-desktop firefox pavucontrol tor-browser-bundle-bin
alacritty discord-canary element-desktop firefox gnome3.nautilus pavucontrol tor-browser-bundle-bin
(pkgs.writeShellScriptBin "nix-flakes" ''
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
'')
];
services.gnome3.sushi.enable = true;
}