Add qalculate-gtk

This commit is contained in:
ItsDrike 2024-06-24 21:33:45 +02:00
parent 15ce6ea7d0
commit 75ed5ed91c
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 20 additions and 1 deletions

View file

@ -9,5 +9,6 @@ _: {
./qimgv.nix
./stremio.nix
./qbittorrent.nix
./qalculate-gtk.nix
];
}

View file

@ -0,0 +1,14 @@
{
lib,
pkgs,
osConfig,
...
}: let
inherit (lib) mkIf;
cfg = osConfig.myOptions.home-manager.programs.applications.qalculate-gtk;
in {
config = mkIf cfg.enable {
home.packages = with pkgs; [ qalculate-gtk ];
};
}

View file

@ -32,7 +32,8 @@ in {
"SUPER, R, exec, ${cfgPreferences.launcher.command}"
"SUPER, B, exec, ${cfgPreferences.browser.command}"
"SUPER, X, exec, ${cfgPreferences.fileManager.command}"
# TODO: Add qalculate
"SUPER, C, exec, qalculate-gtk"
", XF86Calculator, exec, qalculate-gtk"
#
# DE/WM Control programs