skinny -> 20.09
This commit is contained in:
parent
0b8b3d7386
commit
7107bfabd9
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
|
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz"
|
||||||
"nixos-config=/etc/nixos/configuration.nix"
|
"nixos-config=/etc/nixos/configuration.nix"
|
||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
"home-manager=https://github.com/rycee/home-manager/archive/master.tar.gz"
|
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue