trying stylix

This commit is contained in:
2026-03-16 22:27:55 +00:00
parent d4136b07b8
commit 3be7dbc5bb
4 changed files with 23 additions and 48 deletions
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}