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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
audacity
|
|
||||||
yt-dlp
|
|
||||||
];
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
|
@ -27,8 +27,10 @@
|
||||||
nnn
|
nnn
|
||||||
ranger
|
ranger
|
||||||
man-pages
|
man-pages
|
||||||
wlsunset
|
|
||||||
screen
|
screen
|
||||||
|
unzip
|
||||||
|
usbutils
|
||||||
|
pciutils
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
|
@ -26,6 +26,10 @@
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
bashmount
|
bashmount
|
||||||
(xfce.thunar.override { thunarPlugins = with xfce; [ thunar-volman thunar-archive-plugin ]; })
|
(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 ^^
|
#on the desktop, we need nice fonts ^^
|
||||||
|
@ -121,6 +125,7 @@
|
||||||
slurp
|
slurp
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
i3status-rust
|
i3status-rust
|
||||||
|
wlsunset
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };
|
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue