feat(flake): add stylix

This commit is contained in:
Sk7Str1p3 2026-05-04 22:39:24 +03:00
parent c166dfdb10
commit e90b0b4d03
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
3 changed files with 299 additions and 2 deletions

View file

@ -5,10 +5,16 @@
*/
{
/**
System for managing a user environment.
System for managing a user environment.
Allows declarative configuration of user specific (non-global) packages and dotfiles.
*/
home-manager = {
url = "github:nix-community/home-manager";
};
/**
Theming framework for NixOS
*/
stylix = {
url = "github:nix-community/stylix";
};
}