fix setup

This commit is contained in:
Barrett Ruth 2026-02-11 15:53:04 -05:00
parent 2078269704
commit 21382e22a0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 8 additions and 16 deletions

View file

@ -1,12 +1,11 @@
{
lib,
config,
isNixOS,
...
}:
let
isNixOS = builtins.pathExists /etc/NIXOS;
mkHyprTheme = palette: ''
general {
col.active_border = rgb(${builtins.substring 1 6 palette.fg})