cranberry: Use Alt for modifier
Not everything fixed but it's a start
This commit is contained in:
parent
445c2b8a99
commit
795ed034f8
2 changed files with 7 additions and 2 deletions
|
@ -15,11 +15,17 @@
|
|||
maxVideoHeight = 1080;
|
||||
};
|
||||
|
||||
# Alt key swallowed the Meta one
|
||||
home-manager.users.geoffrey = { ... }: {
|
||||
xsession.windowManager.i3.config.modifier = "Mod1";
|
||||
};
|
||||
|
||||
};
|
||||
imports = [
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
nixos-hardware.nixosModules.common-gpu-amd
|
||||
nixos-hardware.nixosModules.common-pc-laptop
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
# TODO Fix sound
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue