mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
helix: use nixd
This commit is contained in:
parent
4bd1ec53af
commit
cb216d39f1
10 changed files with 27 additions and 23 deletions
|
@ -35,18 +35,6 @@ in merge <| mkIf config.isDesktop {
|
|||
};
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
xdg.configFile."xkb/symbols/tr-swapped-i".text = ''
|
||||
default partial
|
||||
xkb_symbols "basic" {
|
||||
include "tr(basic)"
|
||||
|
||||
name[Group1]="Turkish (i and ı swapped)";
|
||||
|
||||
key <AC11> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ idotless, Iabovedot, paragraph , none ]};
|
||||
key <AD08> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ i , I , apostrophe, dead_caron ]};
|
||||
};
|
||||
'';
|
||||
|
||||
wayland.windowManager.hyprland = enabled {
|
||||
systemd = enabled {
|
||||
enableXdgAutostart = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue