Everything works decently (now using EXWM)
This commit is contained in:
parent
270252e5f8
commit
dd4cbbb517
19 changed files with 291 additions and 108 deletions
3
hmModules/cura/default.nix
Normal file
3
hmModules/cura/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.cura];
|
||||
}
|
|
@ -23,5 +23,7 @@
|
|||
fd
|
||||
imagemagick
|
||||
sqlite
|
||||
maim
|
||||
xclip
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = true;
|
||||
tray = "never";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue