Compare commits
No commits in common. "9c0b8230ffe50f87f1fa35580b913cfeeacd15cd" and "981bc43fbecca112330eefa4cf05da80177d8cd6" have entirely different histories.
9c0b8230ff
...
981bc43fbe
3 changed files with 2 additions and 23 deletions
|
@ -1,10 +1,4 @@
|
|||
{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 {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
|
@ -17,12 +11,10 @@ in {
|
|||
cinny-desktop
|
||||
difftastic
|
||||
dnsutils
|
||||
devenv
|
||||
element-desktop
|
||||
evince
|
||||
gcc
|
||||
gnumake
|
||||
gparted
|
||||
halloy
|
||||
helvum
|
||||
httpie
|
||||
|
@ -59,7 +51,6 @@ in {
|
|||
radare2
|
||||
ripgrep
|
||||
rmpc
|
||||
ruby_3_2
|
||||
signal-desktop
|
||||
strawberry
|
||||
telegram-desktop
|
||||
|
@ -79,6 +70,5 @@ in {
|
|||
zotero
|
||||
zoxide
|
||||
;
|
||||
inherit niri-switch-to-workspace;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs) fuzzel;
|
||||
};
|
||||
}
|
|
@ -13,7 +13,7 @@ in {
|
|||
programs.xwayland.enable = lib.mkForce false;
|
||||
services.gnome.gnome-keyring.enable = lib.mkForce false;
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs) wmenu swaylock avizo playerctl;
|
||||
inherit (pkgs) wmenu swaylock;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue