20.05.2026
This commit is contained in:
parent
17fd5d7862
commit
ee71f3e4fe
7 changed files with 59 additions and 16 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue