theme edits

This commit is contained in:
mjallen18
2025-10-24 09:58:33 -05:00
parent 1b125aecd0
commit 9582ca5392
26 changed files with 1488 additions and 726 deletions

View File

@@ -2,10 +2,11 @@
pkgs,
lib,
namespace,
config,
...
}:
let
theme = import (lib.snowfall.fs.get-file "modules/home/desktop/theme/nord.nix");
theme = config.mjallen.theme.palette;
shellAliases = {
update-boot = "sudo nixos-rebuild boot --max-jobs 10 --build-host admin@10.0.1.3";
update-switch = "sudo nixos-rebuild switch --max-jobs 10 --build-host admin@10.0.1.3";