Skip to content

Commit

Permalink
removes home-manager testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Jan 24, 2025
1 parent c7fe76c commit 8e0ab14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hosts/common/nixos-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ in
time.timeZone = "America/New_York";
system.stateVersion = stateVersion;

home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.alex = import ../../../home/alex.nix;
};
# home-manager = {
# useGlobalPkgs = true;
# useUserPackages = true;
# users.alex = import ../../../home/alex.nix;
# };

virtualisation = {
docker = {
Expand Down

0 comments on commit 8e0ab14

Please sign in to comment.