From 9d1c35311c01046df9d52afd66e598ae57e56509 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 13 Feb 2023 14:25:16 +0100 Subject: [PATCH] move packages around --- hosts/toaster/default.nix | 4 ---- modules/basic-tools/default.nix | 4 +++- modules/sway.nix | 5 +++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 6ef19d0..6aaa4bc 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -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; diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index b5fd154..349609e 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -27,8 +27,10 @@ nnn ranger man-pages - wlsunset screen + unzip + usbutils + pciutils ]; nix = { diff --git a/modules/sway.nix b/modules/sway.nix index c61dde5..2ef1dcb 100644 --- a/modules/sway.nix +++ b/modules/sway.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"; };