Skip to content

Commit

Permalink
stylix update, font font change
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Dec 4, 2024
1 parent d1ed807 commit a670cbe
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 78 deletions.
166 changes: 103 additions & 63 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
nix-colors.url = "github:Misterio77/nix-colors";
hy3.url = "github:outfoxxed/hy3";
stylix = {
url = "github:danth/stylix/release-24.05";
url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
6 changes: 3 additions & 3 deletions host/surfnix/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ ... }:
{
programs = {
steam.enable = true;
};
# programs = {
# steam.enable = true;
# };

services.logind = {
powerKey = "suspend";
Expand Down
21 changes: 10 additions & 11 deletions mod-hm/ui-apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
fonts = {
# emoji.name = "iMWriting Nerd Font";
monospace = {
name = "NotoMono NF";
package = pkgs.nerdfonts;
};
sansSerif = {
name = "NotoSans NF";
package = pkgs.nerdfonts;
};
serif = {
name = "NotoSerif NF";
package = pkgs.nerdfonts;
name = "Maple Mono NF";
package = pkgs.maple-mono-NF;
};
# sansSerif = {
# name = "NotoSans NF";
# package = pkgs.nerdfonts;
# };
# serif = {
# name = "NotoSerif NF";
# package = pkgs.nerdfonts;
# };
sizes = {
# applications = ;
# desktop = ;
Expand All @@ -85,7 +85,6 @@
vscode.enable = false;
gtk.enable = false;
waybar.enable = false;
hyprland.enable = false;
};
};

Expand Down
2 changes: 2 additions & 0 deletions mod-hm/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ in
};
};
"editor.formatOnSave" = true;
"editor.fontFamily" = "Maple Mono NF";
"editor.fontSize" = 15;
"workbench.startupEditor" = "none";
};
userTasks = {
Expand Down

0 comments on commit a670cbe

Please sign in to comment.