We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a9a2d commit 24dac16Copy full SHA for 24dac16
2 files changed
modules/home-manager/default.nix
@@ -1,6 +1,8 @@
1
{ lib, ... }:
2
3
{
4
+ _class = "homeManager";
5
+
6
imports = [
7
(lib.modules.importApply ../global.nix { catppuccinModules = import ./all-modules.nix; })
8
];
modules/nixos/default.nix
+ _class = "nixos";
0 commit comments