Compare commits

..

2 commits

Author SHA1 Message Date
089740ffaf
remove some unused software 2024-09-02 19:17:58 +02:00
c01c5da7c4
add Departure Mono font 2024-09-02 19:14:45 +02:00
4 changed files with 1 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -14,6 +14,7 @@
libertine libertine
inter inter
b612 b612
departure-mono
]; ];
fonts.fontDir.enable = true; fonts.fontDir.enable = true;
} }

View file

@ -20,8 +20,6 @@ in
signal-desktop signal-desktop
mumble mumble
element-desktop element-desktop
# nheko
# iamb
]; ];
}; };
}; };