flake: refactor gnome and kde config inclusion
This commit is contained in:
parent
c07b2f920e
commit
52f5d725ea
6 changed files with 65 additions and 49 deletions
|
|
@ -5,5 +5,7 @@
|
|||
android.enable = lib.mkEnableOption { };
|
||||
media-packages.enable = lib.mkEnableOption { };
|
||||
containers.enable = lib.mkEnableOption { };
|
||||
gnome.enable = lib.mkEnableOption { };
|
||||
kde.enable = lib.mkEnableOption { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ lib.mkIf (config.my.desktop == "gnome") {
|
|||
qt6Packages.qtstyleplugin-kvantum
|
||||
];
|
||||
|
||||
services.gpg-agent.pinentry.package = pkgs.pinentry-gnome;
|
||||
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-gnome3;
|
||||
|
||||
xdg.defaultApplications = {
|
||||
enable = lib.mkForce false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue