feat: add zen-browser package support to home.nix configuration ✨
This commit is contained in:
parent
0e3470af5b
commit
19132a127d
1 changed files with 5 additions and 1 deletions
|
|
@ -173,6 +173,10 @@
|
|||
# Fonts
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
# Zen Browser (Firefox fork; from flake, supports aarch64-darwin)
|
||||
] ++ (lib.optionals (zen-browser != null) [
|
||||
zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
]) ++ (with pkgs; [
|
||||
# Google Fonts (includes Michroma)
|
||||
google-fonts
|
||||
|
||||
|
|
@ -212,7 +216,7 @@
|
|||
discord
|
||||
mapscii
|
||||
mpv
|
||||
];
|
||||
]);
|
||||
|
||||
# First HM version for this user config; bump only if you understand the migration notes.
|
||||
home.stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue