Skip to content

Commit

Permalink
flake: use custom stylix input
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 27, 2024
1 parent ba729b4 commit 07feb25
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 265 deletions.
4 changes: 4 additions & 0 deletions configs/home/bricked/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
};

stylix.enable = true;
stylix.targets.librewolf = {
profileNames = ["default"];
firefoxGnomeTheme.enable = true;
};

# Terminal
programs.zsh.enable = true;
Expand Down
27 changes: 22 additions & 5 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 @@ -198,7 +198,7 @@

# Theming
stylix = {
url = "github:danth/stylix";
url = "github:brckd/stylix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
inputs.systems.follows = "systems";
Expand Down
4 changes: 0 additions & 4 deletions modules/home/librewolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ in {
"browser.toolbars.bookmarks.visibility" = "never";

# UI customization
"extensions.activeThemeID" = "[email protected]";
"browser.uiCustomization.state" = builtins.readFile ./toolbar.json;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; # Enable userchrome
"svg.context-properties.content.enabled" = true;
"browser.theme.dark-private-windows" = false;
"layers.acceleration.force-enabled" = true; # Rounded window corners on Wayland

# Gnome Theme
Expand Down
2 changes: 0 additions & 2 deletions modules/home/stylix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
with lib; let
cfg = config.stylix;
in {
imports = [./targets/steam ./targets/firefox ./targets/flatpak];

config = mkIf cfg.enable {
stylix = {
image = wallpaper;
Expand Down
23 changes: 0 additions & 23 deletions modules/home/stylix/targets/firefox/default.nix

This file was deleted.

91 changes: 0 additions & 91 deletions modules/home/stylix/targets/firefox/userChrome.mustache

This file was deleted.

29 changes: 0 additions & 29 deletions modules/home/stylix/targets/flatpak/default.nix

This file was deleted.

80 changes: 0 additions & 80 deletions modules/home/stylix/targets/steam/custom.mustache

This file was deleted.

30 changes: 0 additions & 30 deletions modules/home/stylix/targets/steam/default.nix

This file was deleted.

0 comments on commit 07feb25

Please sign in to comment.