Skip to content

Commit

Permalink
nixos/cosmic: add gvfs and networkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed May 9, 2024
1 parent bdfa0b8 commit 1914ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/cosmic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ in
alsa.enable = lib.mkDefault true;
pulse.enable = lib.mkDefault true;
};
services.gvfs.enable = lib.mkDefault true;
networking.networkmanager.enable = lib.mkDefault true;

# general graphical session features
programs.dconf.enable = lib.mkDefault true;
Expand Down

0 comments on commit 1914ef3

Please sign in to comment.