intellij add

This commit is contained in:
2025-11-01 14:50:36 +09:00
parent 48f206e9c3
commit 99a20c5f4d
2 changed files with 20 additions and 3 deletions

View File

@@ -55,6 +55,13 @@ in
# };
# };
programs.hyprland.xwayland.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "bangae1";
};
# Home Manager Configuration - manages user-specific configurations (dotfiles, themes, etc.)
home-manager = {
useGlobalPkgs = true;
@@ -101,6 +108,7 @@ in
nwg-displays
tk
scrot
yay
];
@@ -108,7 +116,7 @@ in
GTK_IM_MODULE = "kime";
QT_IM_MODULE = "kime";
XMODIFIERS = "@im=kime";
}
};
# System Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility)
system.stateVersion = "25.05";