chore: remove large packages decrease systemd size

This commit is contained in:
Patrick Großmann 2024-01-10 15:55:22 +01:00
parent 9e6c09ebe0
commit 2351cfb378
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
5 changed files with 2 additions and 6 deletions

View file

@ -39,7 +39,7 @@
xkbVariant = "bone";
};
virtualisation.podman = {
enable = true;
enable = false;
dockerCompat = true;
};

View file

@ -54,7 +54,6 @@
cssls.enable = true;
gopls.enable = true;
html.enable = true;
hls.enable = true;
zls.enable = true;
pyright.enable = true;
texlab.enable = true;

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
programs.obs-studio = {
enable = true;
enable = false;
plugins = with pkgs.obs-studio-plugins; [
obs-backgroundremoval
obs-pipewire-audio-capture

View file

@ -17,7 +17,6 @@ lib.optionalAttrs (!minimal) {
"input"
# TPM settings
"tss"
"wireshark"
];
group = "patrick";
hashedPassword = config.secrets.secrets.global.users.patrick.passwordHash;

View file

@ -11,8 +11,6 @@
signal-desktop
telegram-desktop
chromium
libreoffice
lftp
];
};
}