move packages around

This commit is contained in:
Grigory Shipunov 2023-02-13 14:25:16 +01:00
parent c57817fdf3
commit 9d1c35311c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 8 additions and 5 deletions

View file

@ -10,10 +10,6 @@
];
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
audacity
yt-dlp
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;

View file

@ -27,8 +27,10 @@
nnn
ranger
man-pages
wlsunset
screen
unzip
usbutils
pciutils
];
nix = {

View file

@ -26,6 +26,10 @@
qt5.qtwayland
bashmount
(xfce.thunar.override { thunarPlugins = with xfce; [ thunar-volman thunar-archive-plugin ]; })
audacity
yt-dlp
tor-browser-bundle-bin
ffmpeg-full
];
#on the desktop, we need nice fonts ^^
@ -121,6 +125,7 @@
slurp
gnome.adwaita-icon-theme
i3status-rust
wlsunset
];
};
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };