mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: add stylix as custom module
This commit is contained in:
parent
ec82754ae1
commit
821d5cb78e
8 changed files with 157 additions and 67 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
stylix = {
|
||||
|
||||
|
|
@ -48,4 +48,10 @@
|
|||
|
||||
targets.grub.enable = false; # the styling makes grub more ugly
|
||||
};
|
||||
home-manager.users.swarsel = {
|
||||
stylix.targets = {
|
||||
emacs.enable = false;
|
||||
waybar.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue