added audio control program
parent
ca8e7a6687
commit
341e52acdd
|
@ -13,6 +13,7 @@
|
||||||
gnome.polari
|
gnome.polari
|
||||||
vlc
|
vlc
|
||||||
bottles
|
bottles
|
||||||
|
pavucontrol
|
||||||
# Office
|
# Office
|
||||||
slack
|
slack
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
|
|
@ -170,7 +170,7 @@
|
||||||
middle_emulation = "enabled";
|
middle_emulation = "enabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
output= {
|
output = {
|
||||||
eDP-1 = {
|
eDP-1 = {
|
||||||
scale = "1";
|
scale = "1";
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
initialPassword = "";
|
initialPassword = "";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Johannes Hendrik Gerard van der Weide";
|
description = "Johannes Hendrik Gerard van der Weide";
|
||||||
extraGroups = [ "networkmanager" "wheel" "sudo" "adm" "video" ];
|
extraGroups = [ "networkmanager" "wheel" "sudo" "adm" "video" "audio" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjpvCSpIUMsZ8pmz2LbvsJUdYroenTp6PYXw9ACiYBq hertog@fsfe.org"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjpvCSpIUMsZ8pmz2LbvsJUdYroenTp6PYXw9ACiYBq hertog@fsfe.org"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue