Updating packages for latitude
This commit is contained in:
parent
cd47f207c6
commit
b40d0140d8
1 changed files with 3 additions and 3 deletions
|
@ -191,7 +191,7 @@ fileSystems."/mnt/nas/media2" = {
|
||||||
extraGroups = [ "networkmanager" "wheel" "dialout"];
|
extraGroups = [ "networkmanager" "wheel" "dialout"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
kate
|
kdePackages.kate
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -231,9 +231,9 @@ fileSystems."/mnt/nas/media2" = {
|
||||||
|
|
||||||
## GUI programs
|
## GUI programs
|
||||||
firefox
|
firefox
|
||||||
kate
|
kdePackages.kate
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
yakuake
|
kdePackages.yakuake
|
||||||
bitwarden
|
bitwarden
|
||||||
remmina
|
remmina
|
||||||
virt-viewer
|
virt-viewer
|
||||||
|
|
Loading…
Reference in a new issue