mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-04 11:59:33 +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
|
librewolf
|
||||||
neovim
|
neovim
|
||||||
starship
|
starship
|
||||||
thunar
|
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
xresources
|
xresources
|
||||||
;
|
;
|
||||||
|
@ -44,7 +44,7 @@ in
|
|||||||
hyprland.enable = mkIf (!container && !phone) true;
|
hyprland.enable = mkIf (!container && !phone) true;
|
||||||
cdemu.enable = mkIf (!phone) true;
|
cdemu.enable = mkIf (!phone) true;
|
||||||
|
|
||||||
thunar = {
|
thunar = mkIf (!phone) {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = attrValues {
|
plugins = attrValues {
|
||||||
|
Loading…
Reference in New Issue
Block a user