mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(keyboard): move xcompose out of general keyboard config
This commit is contained in:
@@ -235,6 +235,7 @@ in {
|
||||
./i3.nix
|
||||
./i3status-rust.nix
|
||||
./keyboard.nix
|
||||
{home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;}
|
||||
./lb.nix
|
||||
./mpv.nix
|
||||
./mime.nix
|
||||
|
||||
@@ -55,10 +55,6 @@ in {
|
||||
|
||||
environment.etc."x11-locale".source = toString pkgs.xorg.libX11 + "share/X11/locale";
|
||||
|
||||
home-manager.users.me = {
|
||||
home.file.".XCompose".source = ../lib/keyboards/XCompose;
|
||||
};
|
||||
|
||||
console.keyMap = "de";
|
||||
|
||||
environment.systemPackages =
|
||||
|
||||
Reference in New Issue
Block a user