Use home-manager, ghostty home settings
This commit is contained in:
parent
be1132ccb6
commit
667c8259c0
6 changed files with 66 additions and 0 deletions
|
@ -215,6 +215,7 @@ with lib; {
|
|||
settings.formatting.command = ["${pkgs.alejandra}/bin/alejandra"];
|
||||
settings.options.nixos.expr = "(builtins.getFlake (builtins.toString /home/fern/Repositories/flock)).nixosConfigurations.muskduck.options";
|
||||
};
|
||||
docker_compose_language_service.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -155,4 +155,15 @@ with lib; {
|
|||
services.power-profiles-daemon.enable = mkForce false; # enabled by gnome
|
||||
services.tlp.enable = mkForce false; # enabled by nixos-hardware
|
||||
services.auto-cpufreq.enable = true;
|
||||
|
||||
# Home manager settings.
|
||||
home-manager.users.fern = {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font-family = "IosevkaCustom";
|
||||
theme = "GruvboxDarkHard";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue