Config changes...

This commit is contained in:
Timo Boomers 2025-07-17 15:59:45 +02:00
parent 6381ccf530
commit e28f9d5f2f
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw
3 changed files with 3 additions and 7 deletions

View File

@ -16,7 +16,7 @@
host = "c-clt-dsk01";
applications.common.enable = true;
applications.alacritty.enable = false;
applications.alacritty.enable = true;
applications.devenv.enable = false;
applications.firefox.enable = true;
applications.git.enable = true;

View File

@ -20,6 +20,7 @@ in {
programs.waybar = {
enable = true;
package = pkgs.unstable.waybar;
systemd.enable = true;
};

View File

@ -45,14 +45,9 @@ in {
stylix.fonts.monospace = {
package = pkgs.nerd-fonts.dejavu-sans-mono;
name = "DejaVuSansM Nerd Font Mono";
name = "DejaVuSansM Nerd Font Propo";
};
# stylix.fonts.monospace = {
# package = pkgs.dejavu_fonts;
# name = "DejaVu Sans Mono";
# };
stylix.cursor = {
package = pkgs.phinger-cursors;
name = "phinger-cursors-dark";