aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/gh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/gh.nix')
-rw-r--r--modules/programs/gh.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/programs/gh.nix b/modules/programs/gh.nix
deleted file mode 100644
index 52a34e3..0000000
--- a/modules/programs/gh.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- config,
- username,
- lib,
- ...
-}:
-
-{
- options.nx.programs.gh.enable = lib.mkEnableOption "Setup gh";
- config = lib.mkIf config.nx.programs.gh.enable {
- home-manager.users.${username} = {
- programs.gh = {
- enable = true;
- };
- };
- };
-} \ No newline at end of file