trying stylix
This commit is contained in:
@@ -656,6 +656,11 @@ 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; [
|
||||||
|
stylix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,9 @@
|
|||||||
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; [
|
||||||
|
stylix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user