From d3f5e35d69e4136caa771eb8c7a5881d6c80f835 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 5 Oct 2025 21:37:50 +0200 Subject: refactor(workstation): specify sway extras explicitly This gets rid of these packages on hamac: libasyncns 0.8 pulseaudio 17.0 swayidle 1.8.0 --- nixos/profiles/workstation/graphical.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/profiles/workstation/graphical.nix') diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 9e39092..457c4b7 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -3,6 +3,7 @@ { programs.sway = { enable = true; + extraPackages = []; # Execute sway with required environment variables for GTK apps. wrapperFeatures.gtk = true; }; @@ -14,6 +15,7 @@ ''; environment.systemPackages = with pkgs; [ + wmenu swaylock # CLI tools @@ -31,6 +33,7 @@ (writeShellScriptBin "set-wallpaper" (builtins.readFile ./scripts/set-wallpaper)) # graphical tools + foot imv (mpv.override { youtubeSupport = false; # disable yt-dlp dependency -- cgit v1.2.3