mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-14 19:32:23 +00:00
sync
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
config,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
my-utils = inputs.my-utils.packages.${pkgs.system}.default;
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
# ./beets.nix
|
||||
@@ -60,6 +62,8 @@
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
git.enable = true;
|
||||
gh.enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user