some upd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
services.btrfs.autoScrub.interval = "weekly";
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user