Skip to content

Commit

Permalink
move cachix out of backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 5, 2021
1 parent 60c3f34 commit 2296a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions backup/dotfiles/default.nix
Expand Up @@ -16,13 +16,7 @@ in {
./zsh.nix
];

home.packages = [
# remote packages. Probably could do this better but I don't really want to
# at the moment.
pkgs.cachix
niv.niv
pkgs.nixfmt
];
home.packages = [ niv.niv pkgs.nixfmt ];

programs.man.enable = true;
programs.home-manager.enable = true;
Expand Down
1 change: 1 addition & 0 deletions dotfiles/cachix/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.cachix ]; }
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -2,6 +2,7 @@
imports = [
./alacritty
./bat
./cachix
./chromium
./comma
./direnv
Expand Down

0 comments on commit 2296a38

Please sign in to comment.