yggdrasil: dev stuff
This commit is contained in:
parent
d26311f457
commit
fb015a7370
4 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue