add stylix

This commit is contained in:
Noa Aarts 2025-03-31 23:32:04 +02:00
parent 855f80c1bc
commit f50b26789b
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 507 additions and 45 deletions

View file

@ -17,6 +17,16 @@ in
enable = true;
# TODO: add some default firefox settings
package = (pkgs.firefox.override { nativeMessagingHosts = [ pkgs.passff-host ]; });
profiles = {
profile_0 = {
id = 0;
name = "profile_0";
isDefault = true;
settings = {
# TODO: add firefox settings of choice
};
};
};
};
home.packages = [