🚧 Finish user configuration loading and implement working workstation setup

This commit is contained in:
Jo 2025-04-27 17:37:30 +02:00
parent 54edba0070
commit 09c06d34e5
8 changed files with 137 additions and 16 deletions

View file

@ -1,10 +1,7 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
vscodium
cmatrix
zed-editor
firefox
];
home.stateVersion = "25.05";