Automated dev commit
All checks were successful
/ check (push) Successful in 1m47s

This commit is contained in:
Oliver Davies 2025-08-01 00:00:27 +01:00
parent 2cfb196c9c
commit 0ff9b934d3
2 changed files with 7 additions and 1 deletions

7
modules2/desktop.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, ... }:
{
flake.modules.nixos.desktop.imports = with config.flake.modules.nixos; [
pc
];
}

View file

@ -3,6 +3,5 @@
{ {
flake.modules.nixos."nixosConfigurations/t480".imports = with config.flake.modules.nixos; [ flake.modules.nixos."nixosConfigurations/t480".imports = with config.flake.modules.nixos; [
desktop desktop
pc
]; ];
} }