better xwl wrapper
This commit is contained in:
parent
d739e2cc35
commit
213db71582
3 changed files with 8 additions and 9 deletions
|
@ -19,7 +19,7 @@ in mkIf conf.apps.enable {
|
|||
inkscape
|
||||
blender
|
||||
gnome-disk-utility
|
||||
] ++ [(mkXwlWrapper { lib = lib; pkgs = pkgs; app = "${pkgs.prusa-slicer}/bin/prusa-slicer"; name = "Prusa"; })];
|
||||
] ++ [(mkXwlWrapper { pkgs = pkgs; name = "Prusa"; pkg = "prusa-slicer"; })];
|
||||
|
||||
home.file = {
|
||||
".config/vesktop/settings.json" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue