Bladeren bron

fix typo

master
Martin Klimeš 4 jaren geleden
bovenliggende
commit
234ef6a1a3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      configuration.nix

+ 1
- 1
configuration.nix Bestand weergeven

@ -153,7 +153,7 @@
};
};
environment.pathsToLink = [ "/share/zsh" ]; #systemd-autocomplete uwu
nix.nixPath = ["nixpkgs=http://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" "nixos-config=/home/klimi/configs/klimi\'s\ config/figuration.nix" ]; #i moved my config to my home, cool hm?
nix.nixPath = ["nixpkgs=http://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" "nixos-config=/home/klimi/configs/klimi\'s\ config/configuration.nix" ]; #i moved my config to my home, cool hm?
home-manager.users.klimi =
let
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) { }; #scrap the master plan. system on nixos-stable, rest pretty much stable

Laden…
Annuleren
Opslaan