use thunar fm
This commit is contained in:
parent
c831be4a94
commit
d0e3657d04
@ -18,6 +18,7 @@
|
||||
blueman.enable = true;
|
||||
logrotate.checkConfig = false;
|
||||
flatpak.enable = true;
|
||||
gvfs.enable = true;
|
||||
|
||||
ntp = {
|
||||
enable = true;
|
||||
@ -77,6 +78,14 @@
|
||||
];
|
||||
|
||||
programs = {
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
|
@ -8,7 +8,7 @@
|
||||
btop
|
||||
bat
|
||||
thefuck
|
||||
ranger
|
||||
#ranger
|
||||
icdiff
|
||||
#rofi
|
||||
#rofi-rbw
|
||||
|
Reference in New Issue
Block a user