Commit a1bf4352ba1f

Vincent Demeester <vincent@sbr.pm>
2018-04-28 11:54:07
desktop/default profiles tyding up
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5f06c1f
Changed files (2)
profiles/default.nix
@@ -1,19 +1,15 @@
 { config, pkgs, ... }:
 
 {
-  imports =
-    [
+  imports = [
     ./users.nix
+    ../pkgs/home-manager/nixos
   ];
   environment = {
     variables = {
       EDITOR = pkgs.lib.mkOverride 0 "vim";
     };
     systemPackages = with pkgs; [
-      aspell
-      aspellDicts.en
-      aspellDicts.fr
-      cryptsetup
       direnv
       file
       htop
@@ -25,7 +21,6 @@
       tree
       vim
       wget
-      fish
     ];
   };
   i18n = {
profiles/desktop.nix
@@ -9,7 +9,6 @@
 		./scanning.nix
 		./avahi.nix
 		./syncthing.nix
-		../pkgs/home-manager/nixos
 	];
 
   programs = {
@@ -38,6 +37,10 @@
 		allowUnfree = true;
 	};
 	environment.systemPackages = with pkgs; [
+    cryptsetup
+    aspell
+    aspellDicts.en
+    aspellDicts.fr
     nix-repl
 		dmenu2
 		rofi