init config

This commit is contained in:
2025-07-04 00:32:17 +02:00
commit 1a20402712
35 changed files with 2383 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
isNormalUser = true;
hashedPassword = "$y$j9T$x0BP7o0Dr1qkzvCpJlZxO1$bnq3.AJZIA.a.gt3saC7mijDtSPhUP2vGcrvLK4wPtA";
}
+39
View File
@@ -0,0 +1,39 @@
{ config, pkgs, ... }:
{
home.username = "drugi";
# home.homeDirectory = "/home/user/";
home.packages = with pkgs; [
spotify
vesktop
yubikey-personalization
pass
qtpass
kubectl
kubectx
prismlauncher
k9s
kubectl
kubernetes-helm
xonsh
gnumake
python312
python312Packages.python-lsp-server
nil
docker
docker-buildx
teamspeak_client
easyeffects
];
programs.git = {
enable = true;
userName = "Lumpiasty";
userEmail = "arek.dzski@gmail.com";
};
home.stateVersion = "24.05";
programs.home-manager.enable = true;
}