This commit is contained in:
2026-01-28 00:39:46 +03:00
parent c09233132b
commit c82a74c786
7 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
zramSwap.enable = true;
# zramSwap.enable = true;
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
}
+1
View File
@@ -11,6 +11,7 @@
services.pcscd.enable = true;
programs.gnupg.agent = { enable = true; };
services.gnome.gnome-keyring.enable = true;
services.fprintd.enable = true;
security.pam.services.sudo.fprintAuth = true;
+7
View File
@@ -38,4 +38,11 @@
hicolor-icon-theme
lomiri.suru-icon-theme
];
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs;
[
# Add any missing dynamic libraries for unpackaged programs
# here, NOT in environment.systemPackages
];
}