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"
},
"locked": {
"lastModified": 1766466278,
"narHash": "sha256-lZIPfapFYUTOcwHOYDR++j/4n5JHu2b+pnkZZTLav+A=",
"lastModified": 1766470910,
"narHash": "sha256-iY0vJAAjY5ZveB6JIAQDHq7lFrkAVGnO0tC7YOYDFsg=",
"owner": "Hion-V",
"repo": "Anikki-flake",
"rev": "24c34332019ef837a5e152d03276410e4b28502f",
"rev": "95d15448466142126c7fc13ac1dbdaf58a36a3a5",
"type": "github"
},
"original": {

View File

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

View File

@@ -13,11 +13,18 @@ in {
# PAM configuration for automatic keyring unlock
security.pam.services.sddm.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; [
seahorse # GUI for managing the keyring
gcr # Keyring integration
libsecret # Secret Service API library for KDE apps
];
};
}

View File

@@ -52,7 +52,6 @@
desktopManager.plasma6.enable = true;
xserver = {
enable = true; # Enable the deprecated X11 teletype terminal connection system.

View File

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