Skip to content

Commit

Permalink
tweak dots
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 19, 2024
1 parent 8b62ad5 commit 5c93c0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/nixos/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
console.useXkbConfig = true;

services.kmscon = {
enable = lib.mkDefault false;
# enable = true;
extraConfig = ''
font-size=14
xkb-layout=${config.services.xserver.layout}
Expand All @@ -139,6 +139,10 @@
name = "iosevka-normal Semibold";
package = self'.packages.iosevka;
}
{
name = "Symbols Nerd Font";
package = (pkgs.nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];});
}
];
};

Expand Down
1 change: 1 addition & 0 deletions packages/env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
git,
difftastic,
elfutils-cli,
lurk,
} @ args:
symlinkJoin {
name = "env";
Expand Down

0 comments on commit 5c93c0f

Please sign in to comment.