More changes
This commit is contained in:
parent
44b011a6b4
commit
3db9423dc4
7 changed files with 128 additions and 45 deletions
|
@ -20,6 +20,7 @@
|
|||
services.syncthing.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.gtkUsePortal = true;
|
||||
|
||||
# Input config
|
||||
services.xserver = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ...}:
|
||||
{ pkgs, config, ...}:
|
||||
|
||||
{
|
||||
environment = {
|
||||
|
@ -17,19 +17,46 @@
|
|||
plasma-nm
|
||||
|
||||
# KDE plasma and applications
|
||||
kate
|
||||
#cuttlefish
|
||||
discover
|
||||
# Dependencies for discover
|
||||
glib-networking
|
||||
libsoup
|
||||
# End
|
||||
kdeApplications.akonadi
|
||||
kdeApplications.ark
|
||||
kdeApplications.filelight
|
||||
kdeApplications.gwenview
|
||||
kdeApplications.kate
|
||||
kdeApplications.kdialog
|
||||
kdeApplications.kmail
|
||||
kdeApplications.kmail-account-wizard
|
||||
kdeApplications.kmailtransport
|
||||
kdeApplications.knotes
|
||||
kdeApplications.kolourpaint
|
||||
latte-dock # My PC has enough RAM by now
|
||||
kleopatra
|
||||
networkmanager
|
||||
kdeApplications.kleopatra
|
||||
kdeApplications.korganizer
|
||||
okular
|
||||
packagekit
|
||||
packagekit-qt
|
||||
plasma-desktop
|
||||
plasma-integration
|
||||
plasma5.xdg-desktop-portal-kde
|
||||
sddm
|
||||
kdeApplications.spectacle
|
||||
|
||||
# To show of your distro
|
||||
neofetch
|
||||
|
||||
# Communication
|
||||
tdesktop
|
||||
|
||||
# Misc
|
||||
networkmanager
|
||||
qemu_kvm
|
||||
virt-manager
|
||||
];
|
||||
};
|
||||
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue