diff options
| author | Fuwn <[email protected]> | 2025-01-01 02:09:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-01 02:09:40 -0800 |
| commit | f1d7896c06d3fe4e18faec846c8a6b52b0f07808 (patch) | |
| tree | 17502a7efb40e549d21f375551644362d2a578f7 /hosts | |
| parent | nara: move packages to home-manager (diff) | |
| download | nixos-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.nix | 18 |
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 = { |