New Flake Style + WSL + NixOnDroid

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-05-27 07:15:44 +00:00
parent b9d8a339d2
commit a60e90ab8f
31 changed files with 717 additions and 372 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, lib, host, user, rice, secrets, ... }:
lib.mkIf (host != "NxACE")
{ pkgs, hyper, rice, secrets, ... }:
pkgs.lib.mkIf (hyper.host != "NxACE")
{
home.packages = with pkgs; [
thunderbird
@@ -13,7 +13,7 @@ lib.mkIf (host != "NxACE")
in {
enable = true;
profiles = {
"${user}" = {
"${hyepr.user}" = {
isDefault = true;
settings = with rice.color; {
"calendar.alarms.showmissed" = false;