fix(home-manager): disable nix-channel module (for now)

This commit is contained in:
steveej 2022-10-30 15:41:48 +01:00
parent 5264461ebe
commit 7a74c2756b

View file

@ -13,7 +13,7 @@ let
in { in {
imports = [ imports = [
../profiles/common.nix ../profiles/common.nix
../profiles/nix-channels.nix # ../profiles/nix-channels.nix
../programs/neovim.nix ../programs/neovim.nix
zshCurried zshCurried
]; ];