-nautilus + thunar

This commit is contained in:
m3tam3re 2023-06-13 06:20:48 +02:00
parent 94e539b24d
commit c5b4727a7a
6 changed files with 15 additions and 7 deletions

View File

@ -46,18 +46,22 @@ in {
nbn = "nix build nixpkgs#";
nf = "nix flake";
nr = "nixos-rebuild --flake .";
nrs = "nixos-rebuild --flake . switch";
nr = "sudo nixos-rebuild --flake .";
nrs = "sudo nixos-rebuild switch --flake .#$HOSTNAME";
snr = "sudo nixos-rebuild --flake .";
snrs = "sudo nixos-rebuild --flake . switch";
hm = "home-manager --flake .";
hms = "home-manager --flake . switch";
tsu = "sudo tailscale up";
tsd = "sudo tailscale down";
vi = "nvim";
vim = "nvim";
wgd = "sudo systemctl stop wg-quick-wg0.service";
wgu = "sudo systemctl start wg-quick-wg0.service";
};
};
};

View File

@ -58,7 +58,6 @@
firefox
fuzzel
gnome.file-roller
gnome.nautilus
gnome.seahorse
gnome.sushi
gnome.vinagre
@ -86,5 +85,4 @@
ydotool
zip
];
}

View File

@ -15,6 +15,7 @@ in {
darktable
gimp-with-plugins
gimpPlugins.gmic
glaxnimate
gmic
gmic-qt
imagemagick

View File

@ -13,6 +13,7 @@ in {
home.packages = with pkgs; [
ffmpeg
fractal
frei0r
gphoto2
handbrake
libsForQt5.kdenlive

View File

@ -87,7 +87,7 @@ in {
userServices = true;
};
};
# xdg.portal = {
# enable = true;
# wlr.enable = true;
@ -103,7 +103,10 @@ in {
dedicatedServer.openFirewall = true;
};
programs.fish.enable = true;
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
age = {
secrets = {
tailscale-key.file = ../../secrets/tailscale-key.age;
@ -111,7 +114,7 @@ in {
};
identityPaths = [ "/root/.ssh/lkk-nix-1" ];
};
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "de_DE.utf8";
console.keyMap = "de";

View File

@ -18,4 +18,5 @@
services.printing.enable = true;
services.sabnzbd.enable = true;
services.i2p.enable = true;
services.gvfs.enable = true;
}