summaryrefslogtreecommitdiff
path: root/machines/t480.nix
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-08-30 12:36:26 -0400
committerKleidi Bujari <mail@4kb.net>2025-08-30 17:22:48 +0000
commit108d26a6d13726ef50173a657aa3f2005268b933 (patch)
treee066fd8725aca28b663b2411ffb8f95e8b047fe0 /machines/t480.nix
parent9ba211dfbdf77ac8c336f3f2eaf32b80da7727c1 (diff)
downloaddepot-108d26a6d13726ef50173a657aa3f2005268b933.tar.gz
depot-108d26a6d13726ef50173a657aa3f2005268b933.tar.bz2
depot-108d26a6d13726ef50173a657aa3f2005268b933.zip
update timezone and fix desktop module injection
Diffstat (limited to 'machines/t480.nix')
-rw-r--r--machines/t480.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/t480.nix b/machines/t480.nix
index 2588bdc..48a2438 100644
--- a/machines/t480.nix
+++ b/machines/t480.nix
@@ -9,13 +9,14 @@ in
{
imports = [
lenovo-thinkpad-t480
+ flake.outputs.nixosModules.desktop
];
nixpkgs.hostPlatform.system = "x86_64-linux";
system.stateVersion = "24.05";
xnet = {
- desktop.enable = true;
+ # desktop.enable = true;
disk = {
enable = true;
device = "/dev/nvme0n1";