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