This commit is contained in:
2025-03-16 17:36:30 +01:00
parent db2b139f29
commit bc6f3abd25
2 changed files with 3 additions and 2 deletions
users/pbsds/home/profiles/desktop

@ -40,7 +40,7 @@
(pkgs.onlyoffice-desktopeditors or pkgs.unstable.onlyoffice-desktopeditors or pkgs.libreoffice) (pkgs.onlyoffice-desktopeditors or pkgs.unstable.onlyoffice-desktopeditors or pkgs.libreoffice)
emote emote
normcap # doesn't work on wayland normcap
gcolor3 gcolor3
icon-library icon-library
@ -59,6 +59,7 @@
(pkgs.loupe or pkgs.gnome.eog) (pkgs.loupe or pkgs.gnome.eog)
evince evince
/* papers */ /* papers */
# shotwell # image editor
gnome-connections gnome-connections
scrcpy scrcpy

@ -135,7 +135,7 @@ with lib.hm.gvariant;
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11" = { "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11" = {
binding = "<Shift><Control>space"; binding = "<Shift><Control>space";
command = "ghostty -e \"nix repl '<nixpkgs>'\""; command = "ghostty -e \"nix repl --file '<nixpkgs>'\"";
name = "nixpkgs repl"; name = "nixpkgs repl";
}; };