diff --git a/modules/default.nix b/modules/default.nix index 2b70d19..599a4a6 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -25,6 +25,11 @@ }; }; + # 57621: spotifyd + networking.firewall.allowedTCPPorts = [ + 57621 + ]; + nix = { nixPath = ["nixpkgs=${inputs.nixpkgs}"]; gc = { @@ -90,7 +95,8 @@ }; }; - services.printing.enable = false; + # Needed for some features in nautilus such as auto-mounting and trash + services.gvfs.enable = true; security.rtkit.enable = true; diff --git a/modules/home/default.nix b/modules/home/default.nix index b5b047e..aae7841 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,13 +1,13 @@ { config, ... }: let imp = if config.minimal then [ + ./utils + ] else [ ./browser ./communication ./niri-setup ./programs ./themes ./utils - ] else [ - ./utils ]; in { home-manager = { diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index 7c1e275..8944fd3 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -5,9 +5,6 @@ gnome.nautilus ]; - # Needed for some features in nautilus such as auto-mounting and trash - osConfig.services.gvfs.enable = true; - programs.pandoc = { enable = true; }; @@ -16,7 +13,6 @@ enable = true; }; - osConfig.networking.firewall.allowedTCPPorts = [ 57621 ]; services.spotifyd = { enable = true; settings = {