Reduce number of channels used
This was a fix attempt before I discovered that the issue was that nixos-install uses the root user's channels. Doesn't hurt anyways.
This commit is contained in:
parent
bae9c4c524
commit
7e49ed2e19
5 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
<home-manager/nixos>
|
||||
"${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"}/nixos"
|
||||
];
|
||||
|
||||
users.users.geoffrey = {
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
./common.nix
|
||||
./desktop.nix
|
||||
./wireless.nix
|
||||
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue