chore: remove large packages decrease systemd size
This commit is contained in:
parent
9e6c09ebe0
commit
2351cfb378
|
@ -39,7 +39,7 @@
|
|||
xkbVariant = "bone";
|
||||
};
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
|
|
|
@ -17,7 +17,6 @@ lib.optionalAttrs (!minimal) {
|
|||
"input"
|
||||
# TPM settings
|
||||
"tss"
|
||||
"wireshark"
|
||||
];
|
||||
group = "patrick";
|
||||
hashedPassword = config.secrets.secrets.global.users.patrick.passwordHash;
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
signal-desktop
|
||||
telegram-desktop
|
||||
chromium
|
||||
libreoffice
|
||||
lftp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue