Clean up.

This commit is contained in:
Fern Garden 2025-07-22 11:19:26 +08:00
parent afff1ae299
commit 0a0bc75f49
2 changed files with 2 additions and 5 deletions

View file

@ -2,7 +2,6 @@
pkgs, pkgs,
lib, lib,
hostname, hostname,
user,
... ...
}: }:
with lib; { with lib; {

View file

@ -28,7 +28,7 @@ with lib; {
# Enable firmware updates. # Enable firmware updates.
services.fwupd.enable = true; services.fwupd.enable = true;
# Enable zRAM swap # Enable zram swap.
zramSwap.enable = true; zramSwap.enable = true;
# Enable smart card support (for YubiKey). # Enable smart card support (for YubiKey).
@ -93,7 +93,6 @@ with lib; {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
adwsteamgtk adwsteamgtk
ansible
caligula caligula
celluloid celluloid
discord discord
@ -110,7 +109,6 @@ with lib; {
libreoffice libreoffice
obsidian obsidian
prismlauncher prismlauncher
prismlauncher
protonmail-desktop protonmail-desktop
signal-desktop signal-desktop
smile smile
@ -137,7 +135,7 @@ with lib; {
drivers = [pkgs.brlaser pkgs.cups-dymo]; drivers = [pkgs.brlaser pkgs.cups-dymo];
}; };
# If you don't set this Wireguard won't work. # https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
networking.firewall.checkReversePath = false; networking.firewall.checkReversePath = false;
# Enable sound with pipewire. # Enable sound with pipewire.