summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-03 00:20:27 -0700
committerFuwn <[email protected]>2024-10-03 00:20:27 -0700
commit94b1faacfb5b291d60bd6bbb1da2a1511d9817ff (patch)
treef67bde112c87e992e2506e7921a55265cbaec3b8 /modules
parentfastfetch: fix logo width (diff)
downloadnixos-config-94b1faacfb5b291d60bd6bbb1da2a1511d9817ff.tar.xz
nixos-config-94b1faacfb5b291d60bd6bbb1da2a1511d9817ff.zip
akashi: fix up
Diffstat (limited to 'modules')
-rw-r--r--modules/desktop/software/default.nix1
-rw-r--r--modules/desktop/software/tpm.nix (renamed from modules/pc/hardware/tpm.nix)0
-rw-r--r--modules/pc/hardware/default.nix1
3 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/software/default.nix b/modules/desktop/software/default.nix
index fd93550..7e25f9a 100644
--- a/modules/desktop/software/default.nix
+++ b/modules/desktop/software/default.nix
@@ -6,6 +6,7 @@
./nvidia.nix
./programs.nix
./systemd.nix
+ ./tpm.nix
];
services.displayManager.ly.enable = true;
diff --git a/modules/pc/hardware/tpm.nix b/modules/desktop/software/tpm.nix
index b84551e..b84551e 100644
--- a/modules/pc/hardware/tpm.nix
+++ b/modules/desktop/software/tpm.nix
diff --git a/modules/pc/hardware/default.nix b/modules/pc/hardware/default.nix
index cc2915e..7531556 100644
--- a/modules/pc/hardware/default.nix
+++ b/modules/pc/hardware/default.nix
@@ -3,7 +3,6 @@
./bluetooth.nix
./cpu.nix
./usb.nix
- ./tpm.nix
./yubikey.nix
];