Skip to content

Commit

Permalink
host(labbi): clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudk1000 committed Jan 2, 2025
1 parent 2f43aff commit bb7b521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion hosts/_modules/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
adb.enable = true;
xfconf.enable = true;
dconf.enable = true;
fuse.userAllowOther = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
Expand Down
7 changes: 3 additions & 4 deletions hosts/_modules/services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
services = {
gvfs = {
enable = true;
package = pkgs.gvfs.override {
gnomeSupport = false;
package = lib.mkForce pkgs.gvfs.override {
samba = null;
udevSupport = true;
};
};
xfconf.enable = true;
upower.enable = true;
udisks2.enable = true;
upower.enable = true;
blueman.enable = true;
printing.enable = true;
tumbler.enable = true;
Expand Down
4 changes: 2 additions & 2 deletions modules/programs/thunar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ in
]
++ (with pkgs; [
dconf
gio
]);
])
++ [ gio ];

sessionVariables = {
GIO_EXTRA_MODULES = "${gio}/lib/gio/modules:${pkgs.dconf.lib}/lib/gio/modules";
Expand Down

0 comments on commit bb7b521

Please sign in to comment.