mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -3,19 +3,12 @@ let inherit (config.niveum) theme colourPalette;
|
||||
in {
|
||||
console.colors = map (c: lib.strings.removePrefix "#" c) colourPalette;
|
||||
|
||||
environment.systemPackages = [
|
||||
theme.gtk.package
|
||||
theme.icon.package
|
||||
theme.cursor.package
|
||||
];
|
||||
environment.systemPackages =
|
||||
[ theme.gtk.package theme.icon.package theme.cursor.package ];
|
||||
|
||||
services.xserver.displayManager.lightdm.greeters.gtk = {
|
||||
theme = {
|
||||
inherit (theme.gtk) name package;
|
||||
};
|
||||
iconTheme = {
|
||||
inherit (theme.icon) name package;
|
||||
};
|
||||
theme = { inherit (theme.gtk) name package; };
|
||||
iconTheme = { inherit (theme.icon) name package; };
|
||||
};
|
||||
|
||||
home-manager.users.me = {
|
||||
|
||||
Reference in New Issue
Block a user