feat: add thunar

This commit is contained in:
lightly-toasted 2025-08-04 11:19:53 +09:00
parent 7d03a4f5c3
commit 71ccc41ac9
2 changed files with 14 additions and 4 deletions

View file

@ -13,7 +13,7 @@
exec-once = [ "uwsm app -- firefox" "kime" ];
"$terminal" = "uwsm app -- kitty";
"$fileManager" = "uwsm app -- kitty yazi";
"$fileManager" = "uwsm app -- thunar";
"$menu" = "uwsm app -- $(tofi-drun)";
"$mod" = "SUPER";

View file

@ -32,6 +32,10 @@
type = "kime";
};
};
services.xserver = {
xkb.layout = "us";
videoDrivers = [ "nvidia" ];
};
users.users.toast = {
isNormalUser = true;
@ -53,10 +57,16 @@
withUWSM = true;
xwayland.enable = true;
};
services.xserver = {
xkb.layout = "us";
videoDrivers = [ "nvidia" ];
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-volman
];
};
programs.xfconf.enable = true;
services.gvfs.enable = true; # Mount, trash, and other functionalities
services.tumbler.enable = true; # Thumbnail support for images
environment.sessionVariables = {
# WLR_NO_HARDWARE_CURSORS = "1";
NIXOS_OZONE_WL = "1";