trying stylix
This commit is contained in:
+7
-3
@@ -604,10 +604,14 @@ This sets the XDG implementation
|
||||
** =generated/out_of_tree/core/stylix.nix=
|
||||
This sets the stylix implementation
|
||||
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/stylix.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ config, pkgs, flakeRoot, ... }:
|
||||
{ config, pkgs, inputs, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
# Enable Stylix at system level
|
||||
stylix.nixosModules.stylix;
|
||||
# Import the Stylix NixOS module from the flake input
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
|
||||
# Minimal configuration
|
||||
stylix = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user