mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
feat: big upgrade to 20.03
use emojis for i3status-rust remove overlays configure mail via home-manager adapt to 20.03 config options automatically symlink cloud directories into home
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
with config.niveum; {
|
||||
i18n.consoleColors = map (c: lib.strings.removePrefix "#" c) colourPalette;
|
||||
let inherit (config.niveum) theme colourPalette;
|
||||
in {
|
||||
console.colors = map (c: lib.strings.removePrefix "#" c) colourPalette;
|
||||
|
||||
environment.systemPackages = [
|
||||
theme.gtk.package
|
||||
@@ -10,12 +11,10 @@ with config.niveum; {
|
||||
|
||||
services.xserver.displayManager.lightdm.greeters.gtk = {
|
||||
theme = {
|
||||
name = theme.gtk.name;
|
||||
package = theme.gtk.package;
|
||||
inherit (theme.gtk) name package;
|
||||
};
|
||||
iconTheme = {
|
||||
name = theme.icon.name;
|
||||
package = theme.icon.package;
|
||||
inherit (theme.icon) name package;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user