2 Commits

Author SHA1 Message Date
c83d754117 helios: enable hyprland
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m18s
2025-06-12 21:17:32 +01:00
71ff49c411 stylix: enable font targets 2025-06-12 21:17:15 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -275,6 +275,9 @@ in
dark = "MoreWaita";
light = "MoreWaita";
};
targets.font-packages.enable = true;
targets.fontconfig.enable = true;
};
programs.kitty = {

View File

@ -6,9 +6,12 @@
{
imports = [
./common/optional/graphical/firefox.nix
./common/optional/graphical/gnome.nix
./common/optional/graphical/hyprland
./common/optional/graphical/mimeapps.nix
];
programs.nh.enable = true;
home.packages = with pkgs; [
jellyfin-media-player
];