Don't use nix-channels
This commit is contained in:
parent
32ba100ee4
commit
280fdeeab0
17 changed files with 229 additions and 82 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue