move packages around
This commit is contained in:
parent
c57817fdf3
commit
9d1c35311c
3 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -27,8 +27,10 @@
|
|||
nnn
|
||||
ranger
|
||||
man-pages
|
||||
wlsunset
|
||||
screen
|
||||
unzip
|
||||
usbutils
|
||||
pciutils
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
|
@ -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"; };
|
||||
|
|
Loading…
Add table
Reference in a new issue