Skip to content

Commit

Permalink
refactor(home): replace dotfiles.nix.channels with the upstreamed ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
midchildan committed Jun 19, 2024
1 parent 8fb5551 commit 0b9c54d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
4 changes: 2 additions & 2 deletions nix/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
# is undesirable, disable this by placing the following line in your Home
# Manager configuration:
#
# dotfiles.nix.channels = lib.mkForce { };
dotfiles.nix.channels = {
# nix.channels = lib.mkForce { };
nix.channels = {
nixpkgs = lib.mkDefault inputs.nixpkgs;
dotfiles = lib.mkDefault inputs.self;
};
Expand Down
1 change: 0 additions & 1 deletion nix/home/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
./git
./linkapps.nix
./manpages.nix
./nix.nix
./vim.nix
];
}
77 changes: 0 additions & 77 deletions nix/home/modules/nix.nix

This file was deleted.

0 comments on commit 0b9c54d

Please sign in to comment.