trying stylix
This commit is contained in:
+2
-7
@@ -207,7 +207,7 @@ outputs =
|
||||
# Import machine-specific configurations
|
||||
./generated/out_of_tree/machines/traveldroid/top.nix
|
||||
# Catppuccin theme module
|
||||
catppuccin.nixosModules.catppuccin
|
||||
# catppuccin.nixosModules.catppuccin
|
||||
# Anchoring all the other nixes
|
||||
./generated/top.nix
|
||||
# Home Manager module
|
||||
@@ -598,13 +598,8 @@ I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix mod
|
||||
You'll notice the color values in multiple places outside this as well.
|
||||
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/theme.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
stylix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||
};
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ outputs =
|
||||
# Import machine-specific configurations
|
||||
./generated/out_of_tree/machines/traveldroid/top.nix
|
||||
# Catppuccin theme module
|
||||
catppuccin.nixosModules.catppuccin
|
||||
# catppuccin.nixosModules.catppuccin
|
||||
# Anchoring all the other nixes
|
||||
./generated/top.nix
|
||||
# Home Manager module
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
stylix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user