trying stylix

This commit is contained in:
2026-03-16 22:32:45 +00:00
parent 03945c0315
commit 4e5838fc5d
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}