yggdrasil: dev stuff

This commit is contained in:
Christoph Hollizeck 2026-01-20 23:15:10 +01:00
parent d26311f457
commit fb015a7370
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 8 additions and 3 deletions

View file

@ -3,6 +3,8 @@
homeManager.dev =
{ pkgs, ... }:
{
home.packages = [ pkgs.github-copilot-cli ];
programs = {
gh-dash = {
enable = true;
@ -52,7 +54,6 @@
enable = true;
extensions = [
pkgs.gh-dash
pkgs.gh-copilot
];
};
};