mirror of
https://github.com/kmein/niveum
synced 2026-03-29 08:41:07 +02:00
chore: move module/constants.nix to lib/default.nix
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
let inherit (config.niveum) theme colourPalette;
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
theme = (import <niveum/lib>).theme pkgs;
|
||||
in {
|
||||
console.colors = map (c: lib.strings.removePrefix "#" c) colourPalette;
|
||||
|
||||
environment.systemPackages =
|
||||
[ theme.gtk.package theme.icon.package theme.cursor.package ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user