summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-05-23 06:47:05 +0200
committerAlan Pearce2024-05-23 06:47:05 +0200
commit4898216d18efcb9403f0f52a08eff985973628b7 (patch)
treed18402bea0a79bec3171464e16a3a8e7fd28d19b /user
parentfb5b86f8a067f69b7db2298ab0fd4848750540e1 (diff)
downloadnixfiles-4898216d18efcb9403f0f52a08eff985973628b7.tar.lz
nixfiles-4898216d18efcb9403f0f52a08eff985973628b7.tar.zst
nixfiles-4898216d18efcb9403f0f52a08eff985973628b7.zip
prefect: remove imports of unused WM modules
Diffstat (limited to 'user')
-rw-r--r--user/prefect.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index 604eaa48..2dcaa37f 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -14,13 +14,10 @@
     ./settings/fish.nix
     ./settings/git.nix
     ./settings/gnupg.nix
-    ./settings/i3.nix
     ./settings/music.nix
     ./settings/nixos.nix
-    ./settings/rofi.nix
     ./settings/passwords.nix
     ./settings/ssh.nix
-    ./settings/sxhkd.nix
     ./settings/tabnine.nix
     ./settings/trezor.nix
     ./settings/user-interface.nix
@@ -37,8 +34,5 @@
 
   xsession.enable = true;
 
-  xsession.windowManager.i3.config.startup = [
-  ];
-
   home.stateVersion = "22.11";
 }