dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

default.nix (175B)


      1 {
      2   lib,
      3   config,
      4   ...
      5 }:
      6 {
      7   config = lib.mkIf config.networking.networkmanager.enable {
      8     environment.persistence."/fix".directories = [ "/etc/NetworkManager" ];
      9   };
     10 }