diff --git a/configuration.nix b/configuration.nix index 8215d10..27d3e8e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,7 +51,7 @@ }; enable = true; layout = "us"; - xkbVariant = "alt-intl"; + xkbVariant = "altgr-intl"; windowManager.i3 = { package = pkgs.i3-gaps; enable = true; diff --git a/user.nix b/user.nix index 67fc85c..b9a1719 100644 --- a/user.nix +++ b/user.nix @@ -47,6 +47,9 @@ rofimoji dmenu + # uni + dbeaver + # dev ## js nodejs @@ -68,6 +71,7 @@ # system tools htop + gnome.gnome-clocks blueberry ]; };