-nautilus + thunar
This commit is contained in:
parent
94e539b24d
commit
c5b4727a7a
|
@ -46,18 +46,22 @@ in {
|
||||||
nbn = "nix build nixpkgs#";
|
nbn = "nix build nixpkgs#";
|
||||||
nf = "nix flake";
|
nf = "nix flake";
|
||||||
|
|
||||||
nr = "nixos-rebuild --flake .";
|
nr = "sudo nixos-rebuild --flake .";
|
||||||
nrs = "nixos-rebuild --flake . switch";
|
nrs = "sudo nixos-rebuild switch --flake .#$HOSTNAME";
|
||||||
snr = "sudo nixos-rebuild --flake .";
|
snr = "sudo nixos-rebuild --flake .";
|
||||||
snrs = "sudo nixos-rebuild --flake . switch";
|
snrs = "sudo nixos-rebuild --flake . switch";
|
||||||
hm = "home-manager --flake .";
|
hm = "home-manager --flake .";
|
||||||
hms = "home-manager --flake . switch";
|
hms = "home-manager --flake . switch";
|
||||||
|
|
||||||
|
tsu = "sudo tailscale up";
|
||||||
|
tsd = "sudo tailscale down";
|
||||||
|
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
|
|
||||||
wgd = "sudo systemctl stop wg-quick-wg0.service";
|
wgd = "sudo systemctl stop wg-quick-wg0.service";
|
||||||
wgu = "sudo systemctl start wg-quick-wg0.service";
|
wgu = "sudo systemctl start wg-quick-wg0.service";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
firefox
|
firefox
|
||||||
fuzzel
|
fuzzel
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
gnome.nautilus
|
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
gnome.sushi
|
gnome.sushi
|
||||||
gnome.vinagre
|
gnome.vinagre
|
||||||
|
@ -86,5 +85,4 @@
|
||||||
ydotool
|
ydotool
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,7 @@ in {
|
||||||
darktable
|
darktable
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
gimpPlugins.gmic
|
gimpPlugins.gmic
|
||||||
|
glaxnimate
|
||||||
gmic
|
gmic
|
||||||
gmic-qt
|
gmic-qt
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
@ -13,6 +13,7 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fractal
|
fractal
|
||||||
|
frei0r
|
||||||
gphoto2
|
gphoto2
|
||||||
handbrake
|
handbrake
|
||||||
libsForQt5.kdenlive
|
libsForQt5.kdenlive
|
||||||
|
|
|
@ -103,7 +103,10 @@ in {
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
programs.thunar = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||||
|
};
|
||||||
age = {
|
age = {
|
||||||
secrets = {
|
secrets = {
|
||||||
tailscale-key.file = ../../secrets/tailscale-key.age;
|
tailscale-key.file = ../../secrets/tailscale-key.age;
|
||||||
|
|
|
@ -18,4 +18,5 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.sabnzbd.enable = true;
|
services.sabnzbd.enable = true;
|
||||||
services.i2p.enable = true;
|
services.i2p.enable = true;
|
||||||
|
services.gvfs.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue