feat: add glimpse module

This commit is contained in:
2026-04-27 10:25:20 -04:00
parent 005ba2244b
commit 04296e282c
3 changed files with 45 additions and 8 deletions

View File

@@ -27,11 +27,11 @@ in
};
config = mkIf cfg.enable {
# Enable Glimpse
${namespace}.programs.terminal.glimpse.enable = true;
# Add Pi Coding Agent to Home Packages
home.packages = with pkgs; [
reichard.glimpse
reichard.pi-coding-agent
];
home.packages = with pkgs; [ reichard.pi-coding-agent ];
# Define Pi Configuration
home.file = {