summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/marvin.nix2
-rw-r--r--system/modules/kubernetes.nix (renamed from system/modules/development/kubernetes.nix)0
-rw-r--r--system/prefect.nix2
-rw-r--r--system/satoshipad.nix1
-rw-r--r--system/trillian.nix1
-rw-r--r--user/modules/development/base.nix (renamed from system/modules/development/base.nix)2
-rw-r--r--user/modules/development/lisp.nix (renamed from system/modules/development/lisp.nix)2
-rw-r--r--user/prefect.nix2
-rw-r--r--user/satoshipad.nix1
-rw-r--r--user/trillian.nix1
10 files changed, 6 insertions, 8 deletions
diff --git a/system/marvin.nix b/system/marvin.nix
index 8f070734..e13a7d6a 100644
--- a/system/marvin.nix
+++ b/system/marvin.nix
@@ -8,8 +8,6 @@
     ./modules/configuration/british-english.nix
     ./modules/configuration/nix.nix
     ./modules/configuration/user.nix
-    ./modules/development/base.nix
-    ./modules/development/lisp.nix
     ./modules/hardware/adb.nix
     ./modules/hardware/audio.nix
     ./modules/hardware/qwerty.nix
diff --git a/system/modules/development/kubernetes.nix b/system/modules/kubernetes.nix
index 692e46d6..692e46d6 100644
--- a/system/modules/development/kubernetes.nix
+++ b/system/modules/kubernetes.nix
diff --git a/system/prefect.nix b/system/prefect.nix
index 78fd68d6..d6d9aed2 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -9,8 +9,6 @@
     ./modules/configuration/british-english.nix
     ./modules/configuration/nixos.nix
     ./modules/configuration/user.nix
-    ./modules/development/base.nix
-    ./modules/development/lisp.nix
     ./modules/hardware/audio.nix
     ./modules/hardware/bare-metal.nix
     ./modules/hardware/mouse.nix
diff --git a/system/satoshipad.nix b/system/satoshipad.nix
index 183393fc..98849c35 100644
--- a/system/satoshipad.nix
+++ b/system/satoshipad.nix
@@ -10,7 +10,6 @@
     ./modules/configuration/british-english.nix
     ./modules/configuration/nix.nix
     ./modules/configuration/user.nix
-    ./modules/development/base.nix
     ./modules/hardware/audio.nix
     ./modules/hardware/systemd-boot.nix
     ./modules/hardware/keyboardio-model01.nix
diff --git a/system/trillian.nix b/system/trillian.nix
index 93ad41e1..e7fbb7f9 100644
--- a/system/trillian.nix
+++ b/system/trillian.nix
@@ -4,7 +4,6 @@
   imports = [
     ./private/default.nix
 
-    ./modules/development/base.nix
     ./modules/programs/accounting.nix
     ./modules/programs/shell.nix
   ];
diff --git a/system/modules/development/base.nix b/user/modules/development/base.nix
index 63ee5b72..3d908729 100644
--- a/system/modules/development/base.nix
+++ b/user/modules/development/base.nix
@@ -1,6 +1,6 @@
 { config, pkgs, ... }:
 
-{ environment.systemPackages = with pkgs; [
+{ home.packages = with pkgs; [
     checkbashisms
     editorconfig-core-c
     go
diff --git a/system/modules/development/lisp.nix b/user/modules/development/lisp.nix
index dc521feb..b8d465ee 100644
--- a/system/modules/development/lisp.nix
+++ b/user/modules/development/lisp.nix
@@ -1,6 +1,6 @@
 { config, pkgs, ... }:
 
-{ environment.systemPackages = with pkgs; [
+{ home.packages = with pkgs; [
     ccl
     sbcl
     lispPackages.quicklisp
diff --git a/user/prefect.nix b/user/prefect.nix
index 307ce89b..8a21b04a 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -5,6 +5,8 @@
     ./modules/base.nix
     ./modules/dunst.nix
     ./modules/emacs.nix
+    ./modules/development/base.nix
+    ./modules/development/lisp.nix
     ./modules/git.nix
     ./modules/gnupg.nix
     ./modules/i3.nix
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index e08dbab8..e76693d2 100644
--- a/user/satoshipad.nix
+++ b/user/satoshipad.nix
@@ -4,6 +4,7 @@
   imports = [
     ./modules/autorandr.nix
     ./modules/base.nix
+    ./modules/development/base.nix
     ./modules/dunst.nix
     ./modules/emacs.nix
     ./modules/git.nix
diff --git a/user/trillian.nix b/user/trillian.nix
index 6c2e468c..6df22f67 100644
--- a/user/trillian.nix
+++ b/user/trillian.nix
@@ -3,6 +3,7 @@
 {
   imports = [
     ./modules/base.nix
+    ./modules/development/base.nix
     ./modules/emacs.nix
     ./modules/git.nix
     ./modules/gnupg.nix