Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Nov 29, 2024
1 parent e4128e8 commit d08d351
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions home-manager/basic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ let
};
basicPkgs = import ./packages/basic.nix { inherit pkgs; };

# misc
misc = import ./misc;

# modules
modules = import ./modules;

Expand All @@ -25,7 +22,7 @@ let
basicServices = import ./services/basic.nix;
in
{
imports = misc ++ modules ++ basicPrograms ++ basicServices;
imports = modules ++ basicPrograms ++ basicServices;
home.stateVersion = "24.11";
home.packages = basicPkgs;
}

0 comments on commit d08d351

Please sign in to comment.