added NxACE (untested)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-04 12:10:42 +02:00
parent c202666c0d
commit 66ef004344
433 changed files with 462 additions and 51424 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, rice,... }:
{ config, pkgs, lib, user, rice,... }:
lib.mkIf (user != "tv")
{
home.packages = with pkgs; [
wlogout
@@ -95,4 +95,4 @@
# reboot:focus { background-image: image(url("./restart-hover.png")); }
# hibernate { background-image: image(url("./hibernate.png")); }
# hibernate:hover { background-image: image(url("./hibernate-hover.png"));}
}
}