This commit is contained in:
2026-03-26 19:22:42 +01:00
parent a50e19e286
commit 1a5c9304c6
2 changed files with 6 additions and 1 deletions

View File

@@ -179,7 +179,7 @@
hostname = "m920q"; hostname = "m920q";
username = "phil"; username = "phil";
monitorSetup = "dual"; monitorSetup = "dual";
containerization = "podman"; containerization = "docker";
}; };
hp15-n028sg = mkSystem { hp15-n028sg = mkSystem {

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
let
pyPkgs = pkgs.python3Packages;
in
{ {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
@@ -83,5 +86,7 @@
clang clang
zig zig
rustc rustc
# Terminal GPT
]; ];
} }