felixalbpc: Configure openstackclient, keymapp, keyring, ssh-agent

This commit is contained in:
2024-11-05 13:20:59 +01:00
parent 9fe5f0aae7
commit 157c54ae65
4 changed files with 50 additions and 11 deletions

View File

@@ -6,9 +6,10 @@
enable = true;
};
xkb = {
options = "ctrl:nocaps";
variant = "intl";
layout = "no,us";
# options = "ctrl:nocaps";
options = "nodeakeys";
variant = "altgr-intl";
layout = "us";
};
windowManager.qtile.enable = true;
};
@@ -16,7 +17,10 @@
programs.hyprland.enable = true;
hardware.keyboard.zsa.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
SSH_AUTH_SOCK = "/run/user/${toString config.users.users.felixalb.uid}/keyring/ssh";
};
home-manager.users.felixalb = {
services = {
@@ -38,6 +42,8 @@
};
};
services.gnome.gnome-keyring.enable = true;
hardware.opengl.enable = true;
# Audio