20.05.2026

This commit is contained in:
LunarAkai 2026-05-20 06:08:33 +02:00
commit ee71f3e4fe
7 changed files with 59 additions and 16 deletions

View file

@ -1,6 +1,7 @@
{
lib,
config,
pkgs,
...
}: {
imports = [
@ -14,4 +15,9 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = "24.11";
};
home.packages = with pkgs; [
teamspeak6-client
vesktop
];
}