gnome-keyring configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user