all repos — nixfiles @ 55719ae99d68b9a5173082ce3a2e9cc1547f466f

System and user configuration, managed by nix and home-manager

Add server config for home-manager

Alan Pearce
commit

55719ae99d68b9a5173082ce3a2e9cc1547f466f

parent

7266a80ad23a6f1ac0750a84e372fba954b10b53

1 file changed, 11 insertions(+), 0 deletions(-)

jump to
A user/server.nix
@@ -0,0 +1,11 @@
+{ config, pkgs, ... }: + +{ + imports = [ + ./settings/base.nix + ./settings/git.nix + ./settings/nix.nix + ./settings/nixos.nix + ./settings/zsh.nix + ]; +}