Compare commits

..

No commits in common. "20856e1c65a57c64183c4fc14238f99a706e39ef" and "d325715e33f4b4ac297af5c2468bfbcee22d09e4" have entirely different histories.

View file

@ -15,7 +15,7 @@ in {
home = {
language.base = "en_US.UTF-8";
keyboard.layout = "us";
keyboard.type = "us";
keyboard.variant = "dvorak";
packages = with pkgs; [
@ -54,8 +54,6 @@ in {
};
services.autorandr = { enable = true; };
xsession.enable = true;
}
];
};