Add Steam, Force Firefox declarative extensions

This commit is contained in:
Jo 2025-07-18 21:12:15 +02:00
parent 9715055e76
commit b08c5c8bce
4 changed files with 14 additions and 8 deletions

View file

@ -98,7 +98,7 @@ in
}
{
main = "jo-dev.com";
sans = ["*.jo-dev.com"];
sans = [ "*.jo-dev.com" ];
}
];
};

View file

@ -99,7 +99,6 @@ in
inputs.sops-nix.homeManagerModules.sops
inputs.catppuccin.homeModules.default
inputs.nixcord.homeModules.nixcord
inputs.youtube-music.homeManagerModules.default
] ++ homeModules;
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;