Don't use nix-channels

This commit is contained in:
Charlotte Van Petegem 2020-07-08 16:42:03 +02:00
parent 32ba100ee4
commit 280fdeeab0
17 changed files with 229 additions and 82 deletions

View file

@ -13,14 +13,9 @@
};
};
system.autoUpgrade = {
allowReboot = false;
enable = true;
dates = "hourly";
};
nixpkgs.config = import ./nix-store/config.nix;
home-manager.users.charlotte = { ... }: {
nixpkgs.config = import ./nix-store/config.nix;
xdg.configFile."nixpkgs/config.nix".source = ./nix-store/config.nix;
};
}