mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
move packages around, remove yt-music
This commit is contained in:
parent
419e2b26dc
commit
623b9a9671
|
@ -15,6 +15,7 @@ in {
|
||||||
gitg
|
gitg
|
||||||
gnome-builder
|
gnome-builder
|
||||||
meld
|
meld
|
||||||
|
simple-scan
|
||||||
]
|
]
|
||||||
++ (with gnome; [
|
++ (with gnome; [
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue