[chore] Add config for new nix box.

This commit is contained in:
Mariano Uvalle
2026-01-17 23:10:04 -08:00
committed by jmug
parent 1fea0933d2
commit e87207d4d8
9 changed files with 418 additions and 46 deletions
+12 -3
View File
@@ -1,4 +1,11 @@
{ lib, inputs, config, pkgs, ssh-agent-switcher, ... } :
{ lib,
inputs,
config,
pkgs,
ssh-agent-switcher,
user,
...
} :
let
pathToKeys = ../common/keys/yubi;
yubiKeys =
@@ -9,6 +16,8 @@ let
(key: { ".ssh/${key}.pub".source = "${pathToKeys}/${key}.pub"; })
yubiKeys
);
username = user.name;
homeDirectory = user.homeDirectory;
in {
imports = [
@@ -31,8 +40,8 @@ in {
ghostty.window-decoration = false;
home = {
username = "jmug";
homeDirectory = "/home/jmug";
username = username;
homeDirectory = homeDirectory;
packages = with pkgs; [
# Media