Browse Source

fix typo

master
Martin Klimeš 4 years ago
parent
commit
234ef6a1a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configuration.nix

+ 1
- 1
configuration.nix View File

@ -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

Loading…
Cancel
Save