modularizes config

This commit is contained in:
Dennis Schoepf 2025-12-06 15:16:21 +01:00
parent 8d24fc479e
commit d1f446410a
7 changed files with 229 additions and 189 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
home.username = "dennis";
@ -10,6 +10,14 @@
GOPATH = "$HOME/go";
};
home.packages = with pkgs; [
yt-dlp
fnm
devenv
zellij
zellij-switch
];
xdg.enable = true;
imports = [