This commit is contained in:
2025-12-24 06:21:03 +01:00
parent 3ca9b0533b
commit e60e6bc8c0
5 changed files with 11 additions and 10 deletions

6
flake.lock generated
View File

@@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1766466278, "lastModified": 1766470910,
"narHash": "sha256-lZIPfapFYUTOcwHOYDR++j/4n5JHu2b+pnkZZTLav+A=", "narHash": "sha256-iY0vJAAjY5ZveB6JIAQDHq7lFrkAVGnO0tC7YOYDFsg=",
"owner": "Hion-V", "owner": "Hion-V",
"repo": "Anikki-flake", "repo": "Anikki-flake",
"rev": "24c34332019ef837a5e152d03276410e4b28502f", "rev": "95d15448466142126c7fc13ac1dbdaf58a36a3a5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -33,10 +33,6 @@
url = "github:taj-ny/kwin-effects-forceblur"; url = "github:taj-ny/kwin-effects-forceblur";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# wallpaper-engine-plugin-src = {
# url = "github:catsout/wallpaper-engine-kde-plugin/main";
# flake = false;
# };
}; };
outputs = inputs: outputs = inputs:

View File

@@ -13,11 +13,18 @@ in {
# PAM configuration for automatic keyring unlock # PAM configuration for automatic keyring unlock
security.pam.services.sddm.enableGnomeKeyring = true; security.pam.services.sddm.enableGnomeKeyring = true;
security.pam.services.login.enableGnomeKeyring = true; security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.gdm.enableGnomeKeyring = true; security.pam.services.gdm.enableGnomeKeyring = true;`
# Make KDE apps use GNOME Keyring as the Secret Service backend
environment.variables = {
# Set GNOME Keyring as the SSH agent
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/keyring/ssh";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
seahorse # GUI for managing the keyring seahorse # GUI for managing the keyring
gcr # Keyring integration gcr # Keyring integration
libsecret # Secret Service API library for KDE apps
]; ];
}; };
} }

View File

@@ -50,7 +50,6 @@
displayManager.sddm.wayland.enable = true; displayManager.sddm.wayland.enable = true;
displayManager.defaultSession = "gnome"; displayManager.defaultSession = "gnome";
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
xserver = { xserver = {

View File

@@ -70,7 +70,6 @@ in
]; ];
}; };
services.gnome.gnome-remote-desktop.enable = true; services.gnome.gnome-remote-desktop.enable = true;
my-namespace.wallpaper-engine-kde-plugin.enable = true;
my-namespace.keychron-keyboard.enable = true; my-namespace.keychron-keyboard.enable = true;
# lib.my-namespace.home.stream-tools.enable = true; # lib.my-namespace.home.stream-tools.enable = true;