trying stylix
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{ config, pkgs, inputs, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
flakeRoot,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# Import the Stylix NixOS module
|
||||
# Import the Stylix NixOS module from the flake input
|
||||
imports = [
|
||||
stylix.nixosModules.stylix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
|
||||
# Minimal configuration
|
||||
|
||||
Reference in New Issue
Block a user