move packages around, remove yt-music

This commit is contained in:
Vinzenz Schroeter 2023-12-16 12:38:58 +01:00
parent 419e2b26dc
commit 623b9a9671
3 changed files with 18 additions and 10 deletions

View file

@ -15,6 +15,7 @@ in {
gitg gitg
gnome-builder gnome-builder
meld meld
simple-scan
] ]
++ (with gnome; [ ++ (with gnome; [
dconf-editor dconf-editor

View file

@ -3,11 +3,19 @@
environment = { environment = {
pathsToLink = ["/share/zsh"]; pathsToLink = ["/share/zsh"];
systemPackages = with pkgs; [ systemPackages = with pkgs; [
pciutils
ncdu ncdu
tldr
glances glances
iotop
pciutils
lsof
dig dig
screen
tldr
icu
]; ];
}; };

View file

@ -12,20 +12,19 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
keepassxc keepassxc
insync insync
telegram-desktop telegram-desktop
simple-scan
wireguard-tools
element-desktop element-desktop
iotop
lsof wireguard-tools
wirelesstools wirelesstools
thefuck
alejandra alejandra # nix formatter
arduino arduino
uucp uucp
screen
kdiff3 kdiff3
youtube-music
jetbrains-toolbox jetbrains-toolbox
]; ];