From 2d6888798d89f49e396804c77740603a602743ae Mon Sep 17 00:00:00 2001 From: zoe Date: Wed, 2 Nov 2022 10:35:52 +0100 Subject: [PATCH] add dbeaver --- configuration.nix | 2 +- user.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 ]; };