Everything works decently (now using EXWM)

This commit is contained in:
Andrea Ciceri 2022-09-28 17:41:17 +02:00
parent 270252e5f8
commit dd4cbbb517
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
19 changed files with 291 additions and 108 deletions

View file

@ -46,9 +46,19 @@
"element"
"udiskie"
"discord"
"cura"
];
home.packages = with pkgs; [
comma
];
home.stateVersion = config.system.stateVersion;
# TODO move away from here
xdg.enable = true;
home.pointerCursor = {
x11.enable = true;
size = 32;
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ";
};
};
}