diff --git a/nixos/locale.nix b/nixos/locale.nix index 33f705e..a166db0 100644 --- a/nixos/locale.nix +++ b/nixos/locale.nix @@ -20,7 +20,9 @@ # Configure keymap in X11 services.xserver = { layout = "de"; + # trace: warning: The option `services.xserver.xkbVariant' defined in `/nix/store/syfpbvi3r122cb2qj6h9k4zgs45axadm-source/nixos/locale.nix' has been renamed to `services.xserver.xkb.variant'. xkbVariant = "neo"; +# trace: warning: The option `services.xserver.xkbVariant' defined in `/nix/store/syfpbvi3r122cb2qj6h9k4zgs45axadm-source/nixos/locale.nix' has been renamed to `services.xserver.xkb.variant'. }; # Configure console keymap diff --git a/nixos/misc.nix b/nixos/misc.nix index 7a6a4c1..76e4867 100644 --- a/nixos/misc.nix +++ b/nixos/misc.nix @@ -32,6 +32,19 @@ poetry openssl + + tigervnc + distrobox + + quickemu + quickgui + + freetube + nuclear + librewolf + + whatsapp-for-linux + telegram-desktop ]; programs.dconf.enable = true;