Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Dec 15, 2023
1 parent bba2b80 commit 61e7839
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
17 changes: 0 additions & 17 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
flake-utils.url = "github:numtide/flake-utils";
base16-rofi.url = "github:tinted-theming/base16-rofi";
base16-rofi.flake = false;
base16-schemes.url = "github:tinted-theming/base16-schemes";
base16-schemes.flake = false;
base16-tmux.url = "github:tinted-theming/base16-tmux";
base16-tmux.flake = false;
bhyve-home-assistant.url = "github:sebr/bhyve-home-assistant";
Expand Down
2 changes: 1 addition & 1 deletion hosts/karakuri/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in

services.blueman-applet.enable = true;

services.polybar.settings = let colors = config.lib.stylix.colors.withHashtag; in {
services.polybar.settings = {
"bar/main" = {
dpi = lib.mkForce dpi; # workaround; auto-detection fails
modules-right = "wireless-network filesystem memory battery cpu pulseaudio";
Expand Down
2 changes: 1 addition & 1 deletion modules/stylix/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ inputs, pkgs, ... }:
{
stylix = {
base16Scheme = "${inputs.base16-schemes}/nord.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
# polarity = "dark"; # only relevant when stylix.base16Scheme not specified

cursor.size = 48;
Expand Down

0 comments on commit 61e7839

Please sign in to comment.