diff options
| author | Grigory Shipunov | 2023-02-13 14:25:16 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-13 14:25:16 +0100 |
| commit | 9d1c35311c01046df9d52afd66e598ae57e56509 (patch) | |
| tree | 4b38b04a0a8bc86c3ed1d13cc7807394b2fd1a98 | |
| parent | c57817fdf3e8948b51f64148fcbc32249f0ce071 (diff) | |
move packages around
| -rw-r--r-- | hosts/toaster/default.nix | 4 | ||||
| -rw-r--r-- | modules/basic-tools/default.nix | 4 | ||||
| -rw-r--r-- | 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"; }; |
