add initial configuration
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user