1

feat: exclude gnome-keyring

This commit is contained in:
Himadri Bhattacharjee
2025-06-30 09:43:46 +05:30
parent 4d6b9cae1a
commit 2761c14812

View File

@@ -40,11 +40,6 @@
networkmanager.enable = true;
};
# fuck this shit chock full of memory leaks
system.nssModules = pkgs.lib.mkForce [ ];
# services.nscd.enableNsncd = false;
# services.nscd.enable = false;
# Set your time zone.
time.timeZone = "Asia/Kolkata";
@@ -108,12 +103,6 @@
"wheel"
"libvirtd"
];
packages = with pkgs; [
i2p
# libreoffice-fresh
signal-desktop-bin
tesseract
];
shell = pkgs.fish;
};
@@ -150,6 +139,7 @@
documentation.man.generateCaches = false;
environment.gnome.excludePackages = [ pkgs.gnome-keyring ];
environment.systemPackages = with pkgs; [
bat
git