Add thunar, tumbler, file-roller, etc...

This commit is contained in:
Evie Litherland-Smith 2024-09-13 11:49:23 +01:00
parent eea6ae1f75
commit 79c39e49a3
2 changed files with 19 additions and 1 deletions

View file

@ -160,7 +160,6 @@
};
};
environment = {
pathsToLink = [ "/share/zsh" ];
sessionVariables = {
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache";

View file

@ -32,6 +32,14 @@
dconf.enable = true;
noisetorch.enable = true;
kdeconnect.enable = true;
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
sway.enable = true;
xwayland.enable = true;
};
@ -40,6 +48,12 @@
dbus.packages = [ pkgs.gcr ];
flatpak.enable = true;
printing.enable = true;
tumbler.enable = true;
udisks2.enable = true;
gvfs = {
enable = true;
package = pkgs.gnome3.gvfs;
};
pipewire = {
enable = true;
pulse.enable = true;
@ -71,6 +85,11 @@
};
};
};
qt = {
enable = true;
style = "adwaita";
platformTheme = "gnome";
};
xdg.portal = {
enable = true;
config.common.default = "*"; # TODO change for xdg-desktop-portal > 1.17 changes