Files
nix/hosts/desktop/default/home.nix
Gustavo "Guz" L. de Mello 99b1cbec6b chore: format the code
2024-04-08 16:37:51 -03:00

10 lines
145 B
Nix

{...}: {
imports = [
../shared-home.nix
];
options.default.home = {};
config = {
librewolf.profiles.guz.isDefault = true;
};
}