mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
gnome-keyring
This commit is contained in:
parent
fbdda89405
commit
dd036aee17
3 changed files with 6 additions and 1 deletions
|
|
@ -250,8 +250,12 @@ spawn-at-startup "xwayland-satellite"
|
||||||
environment {
|
environment {
|
||||||
DISPLAY ":0"
|
DISPLAY ":0"
|
||||||
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
||||||
|
// see keyring below
|
||||||
|
SSH_AUTH_SOCK "/run/user/1000/keyring/ssh"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
spawn-at-startup "sh" "-c" "gnome-keyring-daemon -s --components=pkcs11,secrets,ssh -f"
|
||||||
|
|
||||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||||
// If the client will specifically ask for CSD, the request will be honored.
|
// If the client will specifically ask for CSD, the request will be honored.
|
||||||
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
|
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ in
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
config = builtins.readFile ./config.kdl;
|
config = builtins.readFile ./config.kdl;
|
||||||
};
|
};
|
||||||
|
services.gnome-keyring.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
keybindings = [
|
keybindings = [
|
||||||
{
|
{
|
||||||
key = "ctrl+[BracketRight]";
|
key = "ctrl+[BracketLeft]";
|
||||||
command = "workbench.action.terminal.focus";
|
command = "workbench.action.terminal.focus";
|
||||||
when = "terminalProcessSupported";
|
when = "terminalProcessSupported";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue