Fix the typo in mary/default

This commit is contained in:
Sameer Rahmani 2024-03-27 19:41:55 +00:00
parent 5ceb859922
commit f76f3e021f
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 2 additions and 2 deletions

View File

@ -100,5 +100,5 @@ rec {
}; };
desktop = import ./desktop.nix; desktop = import ./desktop.nix;
stylix = import ./stylix.nix; style = import ./style.nix;
} }

View File

@ -109,7 +109,7 @@ in {
base base
mary.user mary.user
desktop desktop
mary.stylix mary.style
yubikey yubikey
virtualisation.podman virtualisation.podman
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager