diff options
Diffstat (limited to 'nix-conf/home/djmuk2.nix')
-rw-r--r-- | nix-conf/home/djmuk2.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/nix-conf/home/djmuk2.nix b/nix-conf/home/djmuk2.nix index b871056..250f564 100644 --- a/nix-conf/home/djmuk2.nix +++ b/nix-conf/home/djmuk2.nix @@ -1,8 +1,5 @@ -{ config, pkgs, ... }: -{ - imports = [ - ./includes/linux-server.nix - ]; +{ config, pkgs, ... }: { + imports = [ ./includes/linux-server.nix ]; # Let Home Manager install and manage itself. programs.home-manager.enable = true; |