mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
remove some unused software
This commit is contained in:
parent
c01c5da7c4
commit
089740ffaf
|
@ -42,8 +42,6 @@ with builtins; {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
veracrypt
|
|
||||||
|
|
||||||
htmlq
|
htmlq
|
||||||
|
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
|
@ -62,21 +60,14 @@ with builtins; {
|
||||||
jdk11
|
jdk11
|
||||||
jdk
|
jdk
|
||||||
libsecret
|
libsecret
|
||||||
gh
|
|
||||||
nix-prefetch-scripts
|
|
||||||
fzf
|
fzf
|
||||||
glab
|
|
||||||
ripgrep
|
ripgrep
|
||||||
sl
|
|
||||||
lolcat
|
|
||||||
appimage-run
|
appimage-run
|
||||||
git-crypt
|
git-crypt
|
||||||
file
|
file
|
||||||
whois
|
whois
|
||||||
p7zip
|
p7zip
|
||||||
file
|
file
|
||||||
nmap
|
|
||||||
cmatrix
|
|
||||||
tree
|
tree
|
||||||
socat
|
socat
|
||||||
smartmontools
|
smartmontools
|
||||||
|
|
|
@ -116,11 +116,7 @@ in
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
|
||||||
# from environment.systemPackages cleanup
|
# from environment.systemPackages cleanup
|
||||||
xdotool
|
|
||||||
xorg.xwininfo
|
|
||||||
gparted
|
gparted
|
||||||
# uhk-agent
|
|
||||||
cool-retro-term
|
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
virt-manager
|
virt-manager
|
||||||
ddccontrol-db
|
ddccontrol-db
|
||||||
|
|
|
@ -20,8 +20,6 @@ in
|
||||||
signal-desktop
|
signal-desktop
|
||||||
mumble
|
mumble
|
||||||
element-desktop
|
element-desktop
|
||||||
# nheko
|
|
||||||
# iamb
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue