mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
chore: format with alejandra
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
theme = (import <niveum/lib>).theme pkgs;
|
||||
in {
|
||||
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 = {
|
||||
@@ -20,6 +23,6 @@ in {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
xsession.pointerCursor = theme.cursor // { size = 16; };
|
||||
xsession.pointerCursor = theme.cursor // {size = 16;};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user