fix issues

This commit is contained in:
twoneis 2024-05-09 20:25:05 +02:00
parent c44850e76d
commit b6a9770004
3 changed files with 9 additions and 7 deletions

View file

@ -25,6 +25,11 @@
}; };
}; };
# 57621: spotifyd
networking.firewall.allowedTCPPorts = [
57621
];
nix = { nix = {
nixPath = ["nixpkgs=${inputs.nixpkgs}"]; nixPath = ["nixpkgs=${inputs.nixpkgs}"];
gc = { 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; security.rtkit.enable = true;

View file

@ -1,13 +1,13 @@
{ config, ... }: let { config, ... }: let
imp = if config.minimal then [ imp = if config.minimal then [
./utils
] else [
./browser ./browser
./communication ./communication
./niri-setup ./niri-setup
./programs ./programs
./themes ./themes
./utils ./utils
] else [
./utils
]; ];
in { in {
home-manager = { home-manager = {

View file

@ -5,9 +5,6 @@
gnome.nautilus gnome.nautilus
]; ];
# Needed for some features in nautilus such as auto-mounting and trash
osConfig.services.gvfs.enable = true;
programs.pandoc = { programs.pandoc = {
enable = true; enable = true;
}; };
@ -16,7 +13,6 @@
enable = true; enable = true;
}; };
osConfig.networking.firewall.allowedTCPPorts = [ 57621 ];
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {