fix some conf

This commit is contained in:
mjallen18
2024-03-07 09:54:11 -06:00
parent 71f8ab78ae
commit cd2a7c7f94
4 changed files with 53 additions and 38 deletions

View File

@@ -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
];
}

View File

@@ -287,6 +287,9 @@ in {
ninja
nodejs-18_x
nut
protonvpn-cli
protonmail-bridge
pass
];
};