mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
added thunar config to system hyprland module
This commit is contained in:
parent
34b64c4ed3
commit
ce22b312b3
|
@ -16,7 +16,6 @@
|
|||
pavucontrol
|
||||
playerctl
|
||||
udiskie
|
||||
xfce.thunar
|
||||
];
|
||||
|
||||
services.mako = {
|
||||
|
@ -27,7 +26,6 @@
|
|||
borderRadius = 10;
|
||||
defaultTimeout = 10000;
|
||||
padding = "15";
|
||||
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
@ -12,5 +12,16 @@
|
|||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.xfconf.enable = true;
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
services.gvfs.enable = true; # Mount, trash, and other functionalities
|
||||
services.tumbler.enable = true; # Thumbnail support for images
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue