about summary refs log tree commit diff stats
path: root/nix-conf/home/djmuk2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/djmuk2.nix')
-rw-r--r--nix-conf/home/djmuk2.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nix-conf/home/djmuk2.nix b/nix-conf/home/djmuk2.nix
index b871056..576ed39 100644
--- a/nix-conf/home/djmuk2.nix
+++ b/nix-conf/home/djmuk2.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;