From 0ff9b934d32ab92a730a1830984456893aa3d260 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 1 Aug 2025 00:00:27 +0100 Subject: [PATCH] Automated dev commit --- modules2/desktop.nix | 7 +++++++ modules2/hosts/t480/imports.nix | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules2/desktop.nix diff --git a/modules2/desktop.nix b/modules2/desktop.nix new file mode 100644 index 00000000..eaad4d8e --- /dev/null +++ b/modules2/desktop.nix @@ -0,0 +1,7 @@ +{ config, ... }: + +{ + flake.modules.nixos.desktop.imports = with config.flake.modules.nixos; [ + pc + ]; +} diff --git a/modules2/hosts/t480/imports.nix b/modules2/hosts/t480/imports.nix index 4f400104..38ca7da8 100644 --- a/modules2/hosts/t480/imports.nix +++ b/modules2/hosts/t480/imports.nix @@ -3,6 +3,5 @@ { flake.modules.nixos."nixosConfigurations/t480".imports = with config.flake.modules.nixos; [ desktop - pc ]; }