This commit is contained in:
Henri Dohmen 2025-07-16 02:02:19 +02:00
parent 42ff53de0f
commit 2de311ffc6
Signed by: hd
GPG key ID: AB79213B044674AE
6 changed files with 90 additions and 52 deletions

View file

@ -17,17 +17,19 @@ in
hd.desktop.software.development.enable = true;
environment.systemPackages = with pkgs; [
# kitty
# niri
# obsidian
# vesktop
bitwarden
calibre
element-desktop
fuzzel
gh
kitty
nil
obsidian
rclone
signal-desktop
spotify
spotify-player
starship
stow
tor-browser
@ -92,6 +94,12 @@ in
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
"font" = "monospace:size=11";
"dpi-aware" = "yes";
};
};
};
};