linting: lint using nixfmt
This commit is contained in:
parent
69d741b98b
commit
ab9e977674
4 changed files with 5 additions and 6 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#todo declare options to more easily activate the right modules then use those to import the correct modules in the hosts configs
|
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
|
@ -15,7 +14,7 @@
|
||||||
./services/printing.nix
|
./services/printing.nix
|
||||||
./programs/docker.nix
|
./programs/docker.nix
|
||||||
./programs/tailscale.nix
|
./programs/tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
programs.docker.enable = lib.mkDefault false;
|
programs.docker.enable = lib.mkDefault false;
|
||||||
|
|
@ -39,4 +38,4 @@
|
||||||
gnome.enable = lib.mkDefault false;
|
gnome.enable = lib.mkDefault false;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue