fix some conf
This commit is contained in:
@@ -18,8 +18,6 @@ in {
|
||||
# Enable non free
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.fstrim.enable = lib.mkDefault true;
|
||||
|
||||
# Hardware configs
|
||||
hardware = {
|
||||
# Bluetooth
|
||||
@@ -39,6 +37,10 @@ in {
|
||||
# Enable firmware updates
|
||||
fwupd.enable = true;
|
||||
|
||||
fstrim.enable = lib.mkDefault true;
|
||||
|
||||
pcscd.enable = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
printing.enable = true;
|
||||
|
||||
@@ -71,5 +73,15 @@ in {
|
||||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry-curses
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -287,6 +287,9 @@ in {
|
||||
ninja
|
||||
nodejs-18_x
|
||||
nut
|
||||
protonvpn-cli
|
||||
protonmail-bridge
|
||||
pass
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user