i forgot to install file managers
This commit is contained in:
parent
a8acf5af82
commit
ddfc10bba4
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
{ config, pkgs, ...}: {
|
{ config, pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git neofetch neovim nodejs rsync wget
|
git lf neofetch neovim nodejs rsync wget
|
||||||
gnupg
|
gnupg
|
||||||
light glxinfo
|
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" ''
|
(pkgs.writeShellScriptBin "nix-flakes" ''
|
||||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
services.gnome3.sushi.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue