aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/profiles/workstation/graphical.nix3
1 files changed, 3 insertions, 0 deletions
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