nhms works again

This commit is contained in:
John Lancaster
2026-03-11 22:06:46 -05:00
parent b4d74f8a8d
commit cd14a37c8c
5 changed files with 34 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
{ inputs, ... }:
let
username = "john";
hostname = "john-pc-ubuntu";
in
{
@@ -20,6 +21,9 @@ in
shell.program = "zsh";
home.username = "${username}";
home.homeDirectory = "/home/${username}";
home.packages = with pkgs; [
nixos-rebuild
(writeShellScriptBin "test-push" ''