Compare commits

..

No commits in common. "d1e4ada89d0948ee5173c2891a2296ffddd622f9" and "2683250ae19146a740539e8596aa2fbf0e46ed7d" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -2,13 +2,7 @@
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)
@ -101,6 +95,5 @@ in {
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 xwayland-satellite; inherit (pkgs) wmenu swaylock avizo playerctl wayland-satellite;
}; };
xdg.portal = { xdg.portal = {