osmium: added

This commit is contained in:
xinyangli 2024-11-24 17:26:49 +08:00
parent 02636ac5a1
commit ca8f27bafa
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 271 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
homeDirectory = "/home/xin";
in
@ -61,6 +61,12 @@ in
fcitx5.addons = with pkgs; [ fcitx5-rime ];
};
# Using wayland
home.sessionVariables = {
GTK_IM_MODULE = lib.mkForce "";
QT_IM_MODULE = lib.mkForce "";
};
custom-hm = {
alacritty = {
enable = true;