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