1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Fix gtkgreet keyboard layout

This commit is contained in:
RGBCube 2023-11-28 22:56:57 +03:00
parent 6cc346139d
commit 6359433991
No known key found for this signature in database

View file

@ -4,15 +4,19 @@ let
hyprlandBin = "${upkgs.hyprland}/bin";
hyprlandConfig = pkgs.writeText "hyprland.conf" ''
misc {
force_default_wallpaper = 0
}
animations {
enabled = 0
first_launch_animation = 0
}
input {
kb_layout = tr
}
misc {
force_default_wallpaper = 0
}
workspace = 1, default: true, gapsout: 0, gapsin: 0, border: false, decorate: false
exec-once = systemctl --user stop waybar.service
@ -31,5 +35,8 @@ in systemConfiguration {
environment.etc."greetd/environments".text = ''
Hyprland
bash
nu
sh
'';
}