- Changed to use unstable branch. - Removed Noctalia. - Enhanced Stylix configuration. Now targets nothing by default.
18 lines
229 B
Nix
18 lines
229 B
Nix
{pkgs, inputs, username, ...}:
|
|
{
|
|
|
|
imports = [
|
|
];
|
|
|
|
services = {
|
|
};
|
|
|
|
stylix = {
|
|
targets = {
|
|
#kitty.enable = false;
|
|
#kde.enable = false;
|
|
#zen-browser.profileNames = [ "${username}" ];
|
|
};
|
|
};
|
|
}
|