trying stylix
This commit is contained in:
+1
-1
@@ -651,7 +651,7 @@ You'll notice the color values in multiple places outside this as well.
|
|||||||
** =generated/out_of_tree/core/nix.nix=
|
** =generated/out_of_tree/core/nix.nix=
|
||||||
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
||||||
You'll notice the color values in multiple places outside this as well.
|
You'll notice the color values in multiple places outside this as well.
|
||||||
#+BEGIN_SRC nix :tangle generated/system/out_of_tree/nix.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/nix.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
nix.settings = {
|
||||||
|
extra-experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user