summary refs log tree commit diff stats
path: root/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'satoshipad.nix')
-rw-r--r--satoshipad.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index 6ee2b3f..d4d0bc2 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -3,7 +3,7 @@
 {
   imports = [
     ./hardware-configuration.nix
-    ./modules/systemd-boot.nix
+    ./modules/grub2.nix
     ./modules/laptop.nix
     ./modules/thinkpad.nix
     ./modules/audio.nix
@@ -36,6 +36,7 @@
     ./modules/nix.nix
     ./modules/i3.nix
     ./modules/window-manager.nix
+    ./modules/gnome.nix
     ./private/default.nix
   ];