mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 02:14:13 -05:00
feat(home/productivity): install gtkhal on graphical hosts
Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./khal.nix
|
||||
./gtkhal.nix
|
||||
./khard.nix
|
||||
./todoman.nix
|
||||
./oama.nix
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.gtk.enable {
|
||||
home.packages = [pkgs.gtkhal];
|
||||
}
|
||||
Reference in New Issue
Block a user