diff options
Diffstat (limited to 'nix-conf/home/djmuk1.nix')
-rw-r--r-- | nix-conf/home/djmuk1.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nix-conf/home/djmuk1.nix b/nix-conf/home/djmuk1.nix index 54b1171..d11499e 100644 --- a/nix-conf/home/djmuk1.nix +++ b/nix-conf/home/djmuk1.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: { - imports = [ - ./includes/linux-server.nix - ]; + imports = [ ./includes/linux-server.nix ]; # Let Home Manager install and manage itself. programs.home-manager.enable = true; @@ -11,7 +9,7 @@ # paths it should manage. home.username = "djm"; home.homeDirectory = "/home/djm"; - + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards |