intellij add
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user