Compare commits

...

2 commits

2 changed files with 9 additions and 2 deletions

View file

@ -2,7 +2,13 @@
self, self,
pkgs, pkgs,
... ...
}: { }: let
niri-switch-to-workspace = pkgs.writeShellScriptBin "niri-switch-to-workspace" ''
workspace="$(echo -en "main\nsocial\nkeepass\nbrowser\ninfra\nscratch\nmultimedia" | fuzzel --dmenu)"
# niri msg action focus-workspace-monitor "$workspace"
niri msg action focus-workspace "$workspace"
'';
in {
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
@ -95,5 +101,6 @@
television television
; ;
inherit (self.packages.${pkgs.stdenv.system}) helix; inherit (self.packages.${pkgs.stdenv.system}) helix;
inherit niri-switch-to-workspace;
}; };
} }

View file

@ -13,7 +13,7 @@ in {
programs.xwayland.enable = lib.mkForce false; programs.xwayland.enable = lib.mkForce false;
services.gnome.gnome-keyring.enable = lib.mkForce false; services.gnome.gnome-keyring.enable = lib.mkForce false;
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit (pkgs) wmenu swaylock avizo playerctl wayland-satellite; inherit (pkgs) wmenu swaylock avizo playerctl xwayland-satellite;
}; };
xdg.portal = { xdg.portal = {