trying to make cursors consistent
This commit is contained in:
parent
3e20dab73d
commit
db603ea0a8
10 changed files with 42 additions and 210 deletions
|
@ -65,11 +65,13 @@
|
|||
xdg.desktopEntries = {
|
||||
bitwig-labwc = {
|
||||
name = "Bitwig (labwc)";
|
||||
exec = "labwc - S bitwig-studio";
|
||||
exec = "${pkgs.labwc}/bin/labwc -S bitwig-studio";
|
||||
categories = [ "Application" "Audio" "Music" ];
|
||||
};
|
||||
};
|
||||
|
||||
# xdg.configFile."labwx/rc.xml"
|
||||
|
||||
home.file.".local/share/The Usual Suspects/Vavra" = {
|
||||
recursive = true;
|
||||
source = ../../packages/the-usual-suspects/vavra;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue