use stylix for styling

This commit is contained in:
2025-03-12 14:49:20 +01:00
parent b007e5b232
commit 2196a1a5e8
11 changed files with 464 additions and 81 deletions

11
modules/nixos/stylix.nix Normal file
View File

@@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
...
}:
{
stylix.enable = true;
stylix.image = ./../../wallpapers/magicpattern-87PP9Zd7MNo-unsplash.jpg;
}