feat(flake): add stylix
This commit is contained in:
parent
c166dfdb10
commit
e90b0b4d03
3 changed files with 299 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue