Added teamspeak to download
This commit is contained in:
parent
c56ef6a50d
commit
4362ece80e
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
let
|
||||
username = config.modules.other.system.username;
|
||||
newer_egl-wayland = self: super: {
|
||||
egl-wayland = super.xwayland.overrideAttrs (prev: {
|
||||
# version = "23.2.6-HEAD";
|
||||
|
@ -18,4 +18,12 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
egl-wayland
|
||||
];
|
||||
home-manager.users.${username} = {
|
||||
home.packages = let
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
|
||||
in with pkgs; [
|
||||
teamspeak_client
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue