trying stylix
This commit is contained in:
@@ -663,11 +663,6 @@ You'll notice the color values in multiple places outside this as well.
|
|||||||
nix.settings = {
|
nix.settings = {
|
||||||
extra-experimental-features = [ "nix-command" "flakes" ];
|
extra-experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add Stylix to system packages so activation scripts are available
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
inputs.stylix.packages.${system}.stylix
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,4 @@
|
|||||||
nix.settings = {
|
nix.settings = {
|
||||||
extra-experimental-features = [ "nix-command" "flakes" ];
|
extra-experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add Stylix to system packages so activation scripts are available
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
inputs.stylix.packages.${system}.stylix
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user