reinit
This commit is contained in:
@@ -12,13 +12,14 @@
|
||||
# inputs.nix-colors.homeManagerModules.default
|
||||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
./core.nix
|
||||
# ../modules/home/hyprland
|
||||
./core
|
||||
../modules/home/hyprland
|
||||
../modules/home/v2ray
|
||||
../modules/home/xdg
|
||||
../modules/home/theme
|
||||
../modules/home/fcitx
|
||||
../modules/home/vscode
|
||||
# ../modules/home/v2ray
|
||||
../modules/home/xdg.nix
|
||||
../modules/home/theme.nix
|
||||
../modules/home/develop
|
||||
];
|
||||
|
||||
home = {
|
||||
@@ -34,37 +35,17 @@
|
||||
zip
|
||||
unzip
|
||||
lsof
|
||||
htop
|
||||
pciutils # lspci etc.
|
||||
frp
|
||||
xorg.xhost
|
||||
|
||||
# nur.repos.linyinfeng.wemeet
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
XIM = "fcitx";
|
||||
XIM_PROGRAM = "fcitx";
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
bash = {
|
||||
initExtra = ''
|
||||
export XIM="fcitx"
|
||||
export XIM_PROGRAM="fcitx"
|
||||
export XMODIFIERS="@im=fcitx"
|
||||
'';
|
||||
JAVA_HOME = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-chinese-addons
|
||||
];
|
||||
};
|
||||
|
||||
# Enable home-manager and git
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user