changes
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -52,7 +52,6 @@
|
|||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true; # Enable the deprecated X11 teletype terminal connection system.
|
enable = true; # Enable the deprecated X11 teletype terminal connection system.
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user