Compare commits
2 Commits
cf1cab83db
...
c83d754117
Author | SHA1 | Date | |
---|---|---|---|
c83d754117
|
|||
71ff49c411
|
@ -275,6 +275,9 @@ in
|
|||||||
dark = "MoreWaita";
|
dark = "MoreWaita";
|
||||||
light = "MoreWaita";
|
light = "MoreWaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
targets.font-packages.enable = true;
|
||||||
|
targets.fontconfig.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
|
@ -6,9 +6,12 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common/optional/graphical/firefox.nix
|
./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; [
|
home.packages = with pkgs; [
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user