current state of things

This commit is contained in:
atagen 2025-06-18 01:06:36 +10:00
parent 63fbd6d499
commit b8d157ab6f
85 changed files with 895 additions and 6014 deletions

View file

@ -17,7 +17,6 @@
./util/ez.nix
./util/name.nix
inputs.nix-index-database.hmModules.nix-index
inputs.ironbar.homeManagerModules.default
];
nix.gc = {
@ -52,8 +51,14 @@
home.packages =
let
inherit (rice) icons fonts cursor;
inherit (pkgs) tauon;
in
fonts.pkgs ++ icons.pkgs ++ [ cursor.package ];
fonts.pkgs
++ icons.pkgs
++ [
cursor.package
tauon
];
systemd.user.targets.tray = {
Unit = {
@ -90,7 +95,7 @@
# programs.nix-index.enable = true;
systemd.user.startServices = "sd-switch";
# ezServices = {
# ckb-next = "${getExe pkgs.ckb-next} -c -b";
# };
ezServices = {
ckb-next = "${lib.getExe pkgs.ckb-next} -c -b";
};
}