structure: change nixos to nixos-pc for shared pc configurations

This commit is contained in:
2026-08-16 12:28:31 -04:00
parent ea0457a8af
commit e6592ac2bf
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let
in
{
imports = [
../shared/nixos.nix
../shared/nixos-pc.nix
../../features/kde.nix
../../features/flatpak.nix
];