hello world!

This commit is contained in:
kenji
2025-12-23 18:43:43 +00:00
parent 73b5b2c9f6
commit b55c662a1b
9 changed files with 49 additions and 32 deletions
+1
View File
@@ -1,5 +1,6 @@
{
imports = [
../../apps/neovim/neovim.nix
../../apps/git/home.nix
];
}
+4 -1
View File
@@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
../../system/boot.nix
../../system/amd.nix
@@ -8,4 +8,7 @@
../../system/user.nix
../../system/version.nix
];
environment.systemPackages = with pkgs; [
git
];
}