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:
parent
6cc346139d
commit
6359433991
1 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue