initial setup
This commit is contained in:
14
root/desktop/apps-misc/default.nix
Normal file
14
root/desktop/apps-misc/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
# Normal desktop programs for both gnome and plasma.
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
ibm-plex
|
||||
adwaita-fonts
|
||||
pciutils
|
||||
aha
|
||||
vesktop
|
||||
obs-studio
|
||||
teams-for-linux
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user