variables: switch to gnome

This commit is contained in:
lelgenio 2025-03-20 16:59:12 -03:00
parent ca9e0d8653
commit c361efb1eb
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ lib.mkIf (config.my.desktop == "gnome") {
qt6Packages.qtstyleplugin-kvantum qt6Packages.qtstyleplugin-kvantum
]; ];
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome; services.gpg-agent.pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
xdg.defaultApplications = { xdg.defaultApplications = {
enable = lib.mkForce false; enable = lib.mkForce false;

View file

@ -115,7 +115,7 @@ rec {
}; };
dmenu = "bmenu"; dmenu = "bmenu";
desktop = "sway"; desktop = "gnome";
browser = "firefox"; browser = "firefox";
editor = "kakoune"; editor = "kakoune";
} }