Compare commits
2 commits
2683250ae1
...
d1e4ada89d
Author | SHA1 | Date | |
---|---|---|---|
d1e4ada89d |
|||
b2194efeac |
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue