finalize: jonas@comfy-station
This commit is contained in:
@@ -22,13 +22,12 @@
|
||||
keys = ["borg" "passgit"];
|
||||
};
|
||||
hive.yubikey.withCCID = false;
|
||||
#hive.doom.enable = true;
|
||||
#hive.doom.asDefaultEditor = true;
|
||||
#hive.doom.enableCopilot = true;
|
||||
#hive.doom.withNixPkgs = true;
|
||||
#hive.doom.withShellPkgs = true;
|
||||
#hive.doom.withPythonPkgs = true;
|
||||
#hive.jj.enable = true;
|
||||
hive.doom.enable = true;
|
||||
hive.doom.asDefaultEditor = true;
|
||||
hive.doom.enableCopilot = true;
|
||||
hive.doom.withNixPkgs = true;
|
||||
hive.doom.withShellPkgs = true;
|
||||
hive.doom.withPythonPkgs = true;
|
||||
|
||||
# Make session variables available in systemd units
|
||||
# SEE: https://github.com/nix-community/home-manager/pull/5543
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
self.homeModules.yubikey
|
||||
self.homeModules.zsh
|
||||
self.homeModules.nix-scripts
|
||||
self.homeModules.doom
|
||||
self.homeModules.jj
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user