Everything works decently (now using EXWM)
This commit is contained in:
parent
270252e5f8
commit
dd4cbbb517
19 changed files with 291 additions and 108 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue