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,
|
||||
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 {
|
||||
inherit
|
||||
(pkgs)
|
||||
|
@ -105,6 +99,5 @@ in {
|
|||
television
|
||||
;
|
||||
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
||||
inherit niri-switch-to-workspace;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue