Split configuration into reusable modules

This commit is contained in:
2026-03-29 11:50:03 +02:00
parent 5a8f0aa4df
commit 58fb358955
7 changed files with 40 additions and 25 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{ pkgs, ... }:
{
home.username = "artem";
_: {
home.homeDirectory = "/home/artem";
services.vscode-server.enable = true;