mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
phone: Remove thunar
portfolio-filemanager is more usable on mobile.
This commit is contained in:
parent
a9e27e260b
commit
bbed73b954
@ -22,7 +22,6 @@ in
|
||||
librewolf
|
||||
neovim
|
||||
starship
|
||||
thunar
|
||||
xdg-user-dirs
|
||||
xresources
|
||||
;
|
||||
|
@ -44,7 +44,7 @@ in
|
||||
hyprland.enable = mkIf (!container && !phone) true;
|
||||
cdemu.enable = mkIf (!phone) true;
|
||||
|
||||
thunar = {
|
||||
thunar = mkIf (!phone) {
|
||||
enable = true;
|
||||
|
||||
plugins = attrValues {
|
||||
|
Loading…
Reference in New Issue
Block a user