summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-01 02:09:40 -0800
committerFuwn <[email protected]>2025-01-01 02:09:40 -0800
commitf1d7896c06d3fe4e18faec846c8a6b52b0f07808 (patch)
tree17502a7efb40e549d21f375551644362d2a578f7 /hosts
parentnara: move packages to home-manager (diff)
downloadnixos-config-f1d7896c06d3fe4e18faec846c8a6b52b0f07808.tar.xz
nixos-config-f1d7896c06d3fe4e18faec846c8a6b52b0f07808.zip
nara: move home-manager modules to home
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nara/default.nix18
1 files changed, 1 insertions, 17 deletions
diff --git a/hosts/nara/default.nix b/hosts/nara/default.nix
index 88f78d4..84541af 100644
--- a/hosts/nara/default.nix
+++ b/hosts/nara/default.nix
@@ -15,23 +15,7 @@ in
determinate.darwinModules.default
nix-homebrew.darwinModules.nix-homebrew
home-manager.darwinModules.home-manager
- {
- home-manager.users.ebisu = {
- programs.home-manager.enable = true;
- home.stateVersion = "24.11";
-
- home.packages = with pkgs; [
- nixd
- nixfmt-rfc-style
- nil
- just
- flyctl
- bun
- shfmt
- shellcheck
- ];
- };
- }
+ "${self}/home/ebisu/nara"
];
specialArgs = {