added obs and pantheon to workststion removed plasma6
This commit is contained in:
parent
5a58bc563d
commit
8f90064d93
|
@ -75,8 +75,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# KDE
|
# KDE
|
||||||
services.desktopManager.plasma6.enable = true;
|
#services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
# Pantheon
|
||||||
|
services.desktopManager.pantheon.enable = true;
|
||||||
|
services.pantheon.apps.enable = true;
|
||||||
|
programs.pantheon-tweaks.enable = true;
|
||||||
|
services.pantheon.contractor.enable = true;
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
# Emacs
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
||||||
# Sway
|
# Sway
|
||||||
|
@ -147,6 +155,11 @@
|
||||||
nix-direnv
|
nix-direnv
|
||||||
distrobox
|
distrobox
|
||||||
|
|
||||||
|
# OBS-studio
|
||||||
|
obs-studio
|
||||||
|
obs-studio-plugins.wlrobs
|
||||||
|
obs-studio-plugins.obs-vaapi
|
||||||
|
|
||||||
# Languages
|
# Languages
|
||||||
zig
|
zig
|
||||||
python3 python3Packages.pip
|
python3 python3Packages.pip
|
||||||
|
|
Loading…
Reference in a new issue