Skip to content

Commit

Permalink
Update stylix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfmaster committed Aug 3, 2023
1 parent 3610520 commit e1d3dff
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
};
stylix = {
url = "github:danth/stylix/release-23.05";
# url = "/home/luc/repos/stylix";
inputs.nixpkgs.follows = "nixos";
inputs.home-manager.follows = "home";
};
Expand Down
3 changes: 3 additions & 0 deletions hosts/vraccas.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
pixelfed.enable = false;
miniflux.enable = true;
};
interface = {
theme.enable = true;
};
};

nixpkgs.localSystem.system = "x86_64-linux";
Expand Down
4 changes: 2 additions & 2 deletions profiles/hm/core/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
lib,
...
}: let
inherit (pkgs) unstable;
lsd = "${pkgs.lsd}/bin/lsd";
bat = "${pkgs.bat}/bin/bat";
in {
Expand All @@ -20,7 +19,6 @@ in {
inherit
(pkgs)
lsd
bat
du-dust
dua
duf
Expand All @@ -35,6 +33,8 @@ in {
batdiff = pkgs.bat-extras.batdiff;
};
};
programs.bat.enable = true;
stylix.targets.bat.enable = true;

# Bash
programs.bash = {
Expand Down
1 change: 1 addition & 0 deletions profiles/hm/data/photos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
sxiv # Lightweight X image viewer
imagemagick # Convert any image format to any other
];
stylix.targets.sxiv.enable = true;

xdg.configFile."darktable/luarc".source = ./darktable.lua;
}
6 changes: 1 addition & 5 deletions profiles/hm/interface/bspwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pkgs,
...
}: let
colors = config.lib.stylix.colors;
bspdesk-bin = pkgs.writeShellScriptBin "bspdesk" (builtins.readFile ./bspdesk.sh);
bspdesk = "${bspdesk-bin}/bin/bspdesk";
in {
Expand All @@ -18,10 +17,6 @@ in {
'';
settings = {
# Borders
normal_border_color = "#${colors.base01}";
active_border_color = "#${colors.base03}";
focused_border_color = "#${colors.base0A}";
presel_feedback_color = "#${colors.base0A}";
border_width = 2;
# Spacing
window_gap = 5;
Expand Down Expand Up @@ -58,6 +53,7 @@ in {
"Zathura".state = "tiled";
};
};
stylix.targets.bspwm.enable = true;

services.sxhkd.keybindings = {
# Reload config file
Expand Down
1 change: 1 addition & 0 deletions profiles/hm/programs/documents/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ in {
synctex = true;
};
};
stylix.targets.zathura.enable = true;
}

0 comments on commit e1d3dff

Please sign in to comment.