mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
aly: webcord -> vesktop
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
b50a9511f9
commit
dd741450f6
|
@ -27,7 +27,7 @@ self: {
|
|||
tauon
|
||||
transmission-remote-gtk
|
||||
tuba
|
||||
webcord
|
||||
vesktop
|
||||
];
|
||||
|
||||
stateVersion = "24.05";
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
command = "move to scratchpad";
|
||||
criteria = {app_id = "org.gnome.Fractal";};
|
||||
}
|
||||
{
|
||||
command = "move to scratchpad";
|
||||
criteria = {app_id = "vesktop";};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -79,7 +83,7 @@
|
|||
"float,class:(org.keepassxc.KeePassXC)"
|
||||
"size 80% 80%,class:(Bitwarden)"
|
||||
"size 80% 80%,class:(org.keepassxc.KeePassXC)"
|
||||
"workspace special:magic,class:(WebCord)"
|
||||
"workspace special:magic,class:(vesktop)"
|
||||
"workspace special:magic,class:(org.gnome.Fractal)"
|
||||
];
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
|
|
Loading…
Reference in a new issue