hermit/programs.nix: remove niri-switch-to-workspace
This commit is contained in:
parent
75cc2fe51e
commit
b8aef09858
1 changed files with 1 additions and 8 deletions
|
@ -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)
|
||||||
|
@ -105,6 +99,5 @@ in {
|
||||||
television
|
television
|
||||||
;
|
;
|
||||||
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
||||||
inherit niri-switch-to-workspace;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue