modules/stylix: added
This commit is contained in:
parent
7a795e5ed9
commit
8136d3ca50
6 changed files with 334 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }@inputs:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [ ./common ];
|
||||
|
||||
|
@ -36,6 +36,12 @@
|
|||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
targets = {
|
||||
gtk.enable = true;
|
||||
};
|
||||
};
|
||||
xdg.enable = true;
|
||||
|
||||
i18n.inputMethod = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue