my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changes to make it stop complaining

chfour a3ff1fad 677da842

+4 -9
+3 -3
machines/_common/env-gnome.nix
··· 20 20 ignored-directories-with-content='node_modules' 21 21 ''; 22 22 extraGSettingsOverridePackages = with pkgs; [ 23 - gnome.gnome-shell 23 + gnome-shell 24 24 tracker-miners 25 25 ]; 26 26 }; 27 27 environment.gnome.excludePackages = with pkgs; [ 28 - geary gnome-tour gnome.gnome-contacts 29 - gnome.gnome-music gnome-photos 28 + geary gnome-tour gnome-contacts 29 + gnome-music gnome-photos 30 30 gnome-console # important!! bring your own terminal emulator 31 31 ]; 32 32
+1 -1
machines/foxbox/default.nix
··· 105 105 services.avahi.enable = true; 106 106 services.avahi.nssmdns4 = true; 107 107 108 - sound.enable = true; 108 + #sound.enable = true; # apparently gone 109 109 hardware.pulseaudio.enable = false; 110 110 security.rtkit.enable = true; 111 111 services.pipewire = {
-5
machines/foxbox/hardware.nix
··· 11 11 script = "${pkgs.kmod}/bin/modprobe -r psmouse && ${pkgs.kmod}/bin/modprobe psmouse"; 12 12 }; 13 13 14 - boot.kernelParameters = [ 15 - "module_blacklist=nouveau" 16 - "" 17 - ]; 18 - 19 14 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; 20 15 21 16 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";