add initial configuration

This commit is contained in:
Averodas
2026-06-03 19:45:58 +02:00
commit ce8633757d
5 changed files with 294 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{ config, pkgs, ... }:
{
home.username = "averodas";
home.homeDirectory = "/home/averodas";
home.stateVersion = "25.11";
home.packages = with pkgs; [
guake
zed-editor
floorp-bin
strawberry
xpipe
keepassxc
foot
htop
wireshark
godot
qt6Packages.qt6ct
steam
lutris
freac
cmatrix
];
}