mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
stylix
This commit is contained in:
parent
c1d450597a
commit
77033d1247
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -40,5 +45,6 @@
|
|||
dunst.enable = true;
|
||||
gtk.enable = true;
|
||||
kde.enable = true;
|
||||
zed.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue