Compare commits

..

No commits in common. "089740ffaf5e67011f4373b009243959ad3419b9" and "e920f9c2069efd9af1eb427171b5f91177253933" have entirely different histories.

4 changed files with 15 additions and 1 deletions

View file

@ -42,6 +42,8 @@ with builtins; {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
veracrypt
htmlq htmlq
prusa-slicer prusa-slicer
@ -60,14 +62,21 @@ 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,7 +116,11 @@ 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,7 +14,6 @@
libertine libertine
inter inter
b612 b612
departure-mono
]; ];
fonts.fontDir.enable = true; fonts.fontDir.enable = true;
} }

View file

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