feat: simplified themes module

This commit is contained in:
Nick 2025-01-18 03:50:54 -06:00
parent b0fdd1d958
commit a5ec879db0
119 changed files with 2045 additions and 4624 deletions

View file

@ -2,12 +2,12 @@
pkgs,
config,
...
}: {
}:
{
environment = {
# enableAllTerminfo = true;
systemPackages = builtins.attrValues {
inherit
(pkgs)
inherit (pkgs)
git
grim
pijul
@ -20,6 +20,7 @@
variables = {
VIDEO_PLAYER = "mpv";
EDITOR = "hx";
TERM = "ghostty";
WLR_NO_HARDWARE_CURSORS = "1";
WLR_DRM_NO_ATOMIC = "1";
NIXPKGS_ALLOW_INSECURE = "1";