Adjust back to KDE for now
Couldn't get wallet support for Signal
This commit is contained in:
parent
424ab17f68
commit
f9daac6a0b
2 changed files with 14 additions and 9 deletions
|
|
@ -135,18 +135,17 @@ in
|
|||
# services.xserver.enable = true;
|
||||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
#services.displayManager.sddm.enable = true;
|
||||
#services.displayManager.sddm.wayland.enable = true;
|
||||
#services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Enable the Cosmic Desktop Environment:
|
||||
# Enable the login manager
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
#services.displayManager.cosmic-greeter.enable = true;
|
||||
# Enable the COSMIC DE itself
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
#services.desktopManager.cosmic.enable = true;
|
||||
# Enable XWayland support in COSMIC
|
||||
services.desktopManager.cosmic.xwayland.enable = true;
|
||||
|
||||
# services.desktopManager.cosmic.xwayland.enable = true;
|
||||
# Configure keymap in X11 (presumably, XWayland uses something different?)
|
||||
#services.xserver.xkb = {
|
||||
# layout = "us";
|
||||
|
|
@ -202,6 +201,8 @@ in
|
|||
programs.kdeconnect.enable = true;
|
||||
# Install firefox.
|
||||
programs.firefox.enable = true;
|
||||
# Attempt to get the kde wallet launched
|
||||
#security.pam.services.login.kwallet.enable = true;
|
||||
|
||||
# Required for DDEV to add hosts files, if your DNS will not resolve addresses to localhost.
|
||||
# Some firewall DNS resolvers will NOT allow an externally resolved domain name to resolve to a reserved IP (e.g. localhost).
|
||||
|
|
@ -285,6 +286,8 @@ in
|
|||
#ansible # configuration management system/automation tool
|
||||
kdePackages.kcachegrind # analyze xdebug output
|
||||
kdePackages.filelight # disk space visualizer
|
||||
#kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop
|
||||
kdePackages.kwalletmanager # added in order to use Signal, since it tied itself to my first desktop
|
||||
libreoffice-qt # libreoffice - qt is best for KDE
|
||||
hunspell # spell checking
|
||||
hunspellDicts.en_US # spell check dictionary
|
||||
|
|
@ -504,6 +507,7 @@ in
|
|||
};
|
||||
# Force radv
|
||||
environment.variables.AMD_VULKAN_ICD = "RADV";
|
||||
environment.variables.QT_QPA_PLATFORM = "wayland";
|
||||
# Or
|
||||
#environment.variables.VK_ICD_FILENAMES =
|
||||
# "/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue