feat: initial switch from hm to hjem

This commit is contained in:
uku 2025-05-06 12:28:08 +02:00
parent e775e4e8b3
commit e773d06933
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
15 changed files with 131 additions and 154 deletions

View file

@ -1,14 +1,12 @@
{ pkgs, ... }:
{
hm.programs.ghostty = {
enable = true;
settings = {
theme = "light:catppuccin-latte,dark:catppuccin-mocha";
font-family = "Iosevka Term";
font-size = 12;
font-feature = [
"-calt"
"-dlig"
];
};
};
environment.systemPackages = [ pkgs.ghostty ];
hjem.users.leo.files.".config/ghostty/config".text = ''
font-family = Iosevka Term
font-feature = -calt
font-feature = -dlig
font-size = 12
theme = light:catppuccin-latte,dark:catppuccin-mocha
'';
}