Skip to content

Commit

Permalink
move nix-darwin config out of backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 7, 2021
1 parent 9564827 commit e5f707b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions darwin-todo/darwin/darwin.sh

This file was deleted.

2 changes: 2 additions & 0 deletions flake.nix
Expand Up @@ -208,6 +208,8 @@
nix.package = pkgs.nixUnstable;
nixpkgs.overlays = mkOverlays "x86_64-darwin";
})
./machines/flame
inputs.home-manager.darwinModules.home-manager
];
};
};
Expand Down
@@ -1,8 +1,6 @@
{ config, pkgs, ... }:

{
imports = [ ../home-manager/nix-darwin ./defaults.nix ];

# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = [
Expand Down Expand Up @@ -46,7 +44,7 @@
# dotfiles
home-manager = {
useUserPackages = true;
users.brianhicks = (import ../dotfiles);
users.brianhicks = import ../../dotfiles;
};

# darwin-rebuild told me to add this, so here we are
Expand Down
File renamed without changes.

0 comments on commit e5f707b

Please sign in to comment.