fix nix flake check

This commit is contained in:
mjallen18
2026-03-25 16:42:34 -05:00
parent 642cee5dc5
commit ccd413d273
28 changed files with 228 additions and 224 deletions

View File

@@ -1,5 +1,4 @@
{ ... }:
{
_: {
programs = {
gpg = {
enable = true;

View File

@@ -4,12 +4,10 @@
pkgs,
namespace,
hasDestopEnvironment ? true,
system,
...
}:
let
inherit (lib.${namespace}) enabled;
isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system);
# Non-login / system accounts (root, nixos installer, etc.) should not get
# desktop packages, tmux, nh, kdeconnect, nextcloud-client, etc.
# Detect them by username so individual host home files are not needed.

View File

@@ -2,7 +2,6 @@
config,
pkgs,
system,
namespace,
hasDestopEnvironment ? true,
...
}:

View File

@@ -1,6 +1,5 @@
{
config,
namespace,
pkgs,
...
}: