about summary refs log tree commit diff stats
path: root/nix-conf/home/djmuk1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/djmuk1.nix')
-rw-r--r--nix-conf/home/djmuk1.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/nix-conf/home/djmuk1.nix b/nix-conf/home/djmuk1.nix
index 54b1171..6ca3473 100644
--- a/nix-conf/home/djmuk1.nix
+++ b/nix-conf/home/djmuk1.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;
@@ -11,7 +8,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