added nix-super
This commit is contained in:
parent
cd2bff35f3
commit
1b49b2160f
3 changed files with 36 additions and 47 deletions
|
@ -18,7 +18,7 @@
|
|||
(inputs'.split-monitor-workspaces.packages)
|
||||
split-monitor-workspaces
|
||||
;
|
||||
inherit (lib) mkIf;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
# programs.hyprland = {
|
||||
|
@ -125,9 +125,9 @@ in {
|
|||
];
|
||||
# Input settings
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
kb_variant = "";
|
||||
kb_model = "";
|
||||
kb_layout = "de,us";
|
||||
kb_variant = ",colemak_dh_wide";
|
||||
kb_options = "grp:alt_shift_toggle";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue