felixalbpc: Configure openstackclient, keymapp, keyring, ssh-agent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user