diff --git a/users/pbsds/home/profiles/desktop/default.nix b/users/pbsds/home/profiles/desktop/default.nix index da6843b..ad951da 100644 --- a/users/pbsds/home/profiles/desktop/default.nix +++ b/users/pbsds/home/profiles/desktop/default.nix @@ -40,7 +40,7 @@ (pkgs.onlyoffice-desktopeditors or pkgs.unstable.onlyoffice-desktopeditors or pkgs.libreoffice) emote - normcap # doesn't work on wayland + normcap gcolor3 icon-library @@ -59,6 +59,7 @@ (pkgs.loupe or pkgs.gnome.eog) evince /* papers */ + # shotwell # image editor gnome-connections scrcpy diff --git a/users/pbsds/home/profiles/desktop/gnome/dconf-gnome-bindings.nix b/users/pbsds/home/profiles/desktop/gnome/dconf-gnome-bindings.nix index d9f4bf9..65898ac 100644 --- a/users/pbsds/home/profiles/desktop/gnome/dconf-gnome-bindings.nix +++ b/users/pbsds/home/profiles/desktop/gnome/dconf-gnome-bindings.nix @@ -135,7 +135,7 @@ with lib.hm.gvariant; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11" = { binding = "<Shift><Control>space"; - command = "ghostty -e \"nix repl '<nixpkgs>'\""; + command = "ghostty -e \"nix repl --file '<nixpkgs>'\""; name = "nixpkgs repl"; };