diff options
Diffstat (limited to 'nix-conf/home/egalmoth.nix')
-rw-r--r-- | nix-conf/home/egalmoth.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nix-conf/home/egalmoth.nix b/nix-conf/home/egalmoth.nix index 6e41320..79d29d0 100644 --- a/nix-conf/home/egalmoth.nix +++ b/nix-conf/home/egalmoth.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: { - imports = [ - ./includes/linux-dev.nix - ]; + imports = [ ./includes/linux-dev.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 |