gnome-keyring configuration

This commit is contained in:
2025-12-23 01:59:50 +01:00
parent c0c37d5fca
commit 12fccea34f
2 changed files with 49 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
displayManager.defaultSession = "gnome";
desktopManager.plasma6.enable = true;
# Enable GNOME Keyring and KDE KWallet integration
my-namespace.gnome-keyring.enable = true;
xserver = {
enable = true; # Enable the deprecated X11 teletype terminal connection system.
@@ -143,8 +146,15 @@
# Install firefox.
programs.firefox.enable = true;
# Enable XWayland for X11 application compatibility
programs.xwayland.enable = true;
# docker
virtualisation.docker = {
enable = true;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
@@ -156,6 +166,13 @@
(python312.withPackages (ps: with ps; [ websockets ]))
kdePackages.qtwebsockets
kdePackages.qtwebchannel
kdePackages.korganizer
kdePackages.akonadi
kdePackages.akonadi-calendar
kdePackages.akonadi-contacts
javaPackages.compiler.openjdk25
javaPackages.compiler.openjdk21
linux-wallpaperengine
qt6.qtwebengine
gnome-tweaks
qemu