Added slack, buildable netextender, default jetbrains mono font

This commit is contained in:
2025-07-17 18:13:02 -07:00
parent c18257042d
commit f6087ae017
6 changed files with 95 additions and 6 deletions

View File

@@ -37,6 +37,10 @@ in
userEmail = "caperren@gmail.com";
};
programs.kitty = {
font.name = "JetBrains Mono";
};
home.file.".config/hypr/hypridle.conf".source = ./dotfiles/hypridle/hypridle.conf;
home.file.".config/hypr/hyprpaper.conf".source = ./dotfiles/hyprpaper/hyprpaper.conf;
home.file.".config/hypr/backgrounds/black.png".source = ./dotfiles/hyprpaper/black.png;
@@ -65,10 +69,16 @@ in
name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors;
};
font.name = "JetBrains Mono 11";
};
home.sessionVariables = {
GTK_THEME = "Adwaita-dark";
};
xresources.properties = {
"Xft.font" = "JetBrains Mono";
};
};
}

View File

@@ -1,6 +1,7 @@
* {
border: none;
border-radius: 0;
font-family: "JetBrains Mono", monospace;
font-size: 14px;
box-shadow: none;
text-shadow: none;