Compare commits
No commits in common. "d1e4ada89d0948ee5173c2891a2296ffddd622f9" and "2683250ae19146a740539e8596aa2fbf0e46ed7d" have entirely different histories.
d1e4ada89d
...
2683250ae1
2 changed files with 2 additions and 9 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)
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue