Compare commits

..

No commits in common. "9c0b8230ffe50f87f1fa35580b913cfeeacd15cd" and "981bc43fbecca112330eefa4cf05da80177d8cd6" have entirely different histories.

3 changed files with 2 additions and 23 deletions

View file

@ -1,10 +1,4 @@
{pkgs, ...}: let {pkgs, ...}: {
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)
@ -17,12 +11,10 @@ in {
cinny-desktop cinny-desktop
difftastic difftastic
dnsutils dnsutils
devenv
element-desktop element-desktop
evince evince
gcc gcc
gnumake gnumake
gparted
halloy halloy
helvum helvum
httpie httpie
@ -59,7 +51,6 @@ in {
radare2 radare2
ripgrep ripgrep
rmpc rmpc
ruby_3_2
signal-desktop signal-desktop
strawberry strawberry
telegram-desktop telegram-desktop
@ -79,6 +70,5 @@ in {
zotero zotero
zoxide zoxide
; ;
inherit niri-switch-to-workspace;
}; };
} }

View file

@ -1,11 +0,0 @@
{
config,
lib,
pkgs,
...
}: let
in {
environment.systemPackages = builtins.attrValues {
inherit (pkgs) fuzzel;
};
}

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; inherit (pkgs) wmenu swaylock;
}; };
xdg.portal = { xdg.portal = {