mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
move packages around, remove yt-music
This commit is contained in:
parent
419e2b26dc
commit
623b9a9671
|
@ -15,6 +15,7 @@ in {
|
|||
gitg
|
||||
gnome-builder
|
||||
meld
|
||||
simple-scan
|
||||
]
|
||||
++ (with gnome; [
|
||||
dconf-editor
|
||||
|
|
|
@ -3,11 +3,19 @@
|
|||
environment = {
|
||||
pathsToLink = ["/share/zsh"];
|
||||
systemPackages = with pkgs; [
|
||||
pciutils
|
||||
ncdu
|
||||
tldr
|
||||
glances
|
||||
iotop
|
||||
|
||||
pciutils
|
||||
lsof
|
||||
dig
|
||||
|
||||
screen
|
||||
|
||||
tldr
|
||||
|
||||
icu
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -12,20 +12,19 @@ in
|
|||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
insync
|
||||
|
||||
telegram-desktop
|
||||
simple-scan
|
||||
wireguard-tools
|
||||
element-desktop
|
||||
iotop
|
||||
lsof
|
||||
|
||||
wireguard-tools
|
||||
wirelesstools
|
||||
thefuck
|
||||
alejandra
|
||||
|
||||
alejandra # nix formatter
|
||||
|
||||
arduino
|
||||
uucp
|
||||
screen
|
||||
|
||||
kdiff3
|
||||
youtube-music
|
||||
jetbrains-toolbox
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue