gnome config and basic user config

This commit is contained in:
2026-07-03 15:35:29 -05:00
parent d0b8c154d5
commit 4b19c25083
4 changed files with 30 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
steam
]
}