Skip to content

Commit

Permalink
treewide: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 3, 2024
1 parent 3993ba4 commit be48430
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
Binary file modified hosts/nixie/secrets/reaper.nix
Binary file not shown.
Binary file removed hosts/nixie/secrets/school.nix
Binary file not shown.
22 changes: 11 additions & 11 deletions modules/desktop/apps/reaper/configs/reaper.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ path0=
path1=
path10=
path11=
path12=
path2=
path3=
path4=
Expand Down Expand Up @@ -98,7 +97,7 @@ watch_ly=371
colorwhat=0
humanall=0
humanbias=0
humantiming=20
humantiming=10
humanvel=0
lane0=100 -1 0
lane1=100 128 0
Expand Down Expand Up @@ -236,7 +235,7 @@ dockermode0=0
dockermode15=98304
dockersel0=routing
dockersel15=toolbar:1
dockheight=333
dockheight=339
dynsplit_x=693
dynsplit_y=265
edit_fontsize=14
Expand Down Expand Up @@ -282,7 +281,7 @@ hwfadex=3
hwfx_failed=0
importpath=
insertmtrack=3
insertmtracklast=0
insertmtracklast=1
insmultrkwnd_x=
insmultrkwnd_y=
isFullscreen=0
Expand Down Expand Up @@ -310,19 +309,20 @@ labelitems2=1055
langpack=
lastproject=
lastprojuiref=
lastrenderpath2=/home/user/house_reverbs/
lastrenderpath2=/home/user/LGPTstuff/samplelib/
lastrenderpath3=/home/user/house_reverbs/
lastscript=
lastthemefn5=/home/user/.config/REAPER/ColorThemes/Reapertips Theme.ReaperTheme
leftpanewid=439
linux_audio_bits=24
linux_audio_bsize=256
linux_audio_bufs=2
linux_audio_mode=1
linux_audio_mode=3
linux_audio_nch_in=2
linux_audio_nch_out=2
linux_audio_srate=48000
linux_audio_srateor=1
linux_auto_pasuspend=1
linux_auto_pasuspend=0
linux_disable_pm=0
linux_mlockall=0
loadlastproj=17
Expand Down Expand Up @@ -897,15 +897,15 @@ lastt=1694186358
[vkb]
arrowen=0
channel=0
notecenter=36
notecenter=24
wnd_height=191
wnd_left=576
wnd_top=444
wnd_left=144
wnd_top=391
wnd_vis=0
wnd_width=767

[wave sink defaults]
default=65766177180001CC
default=65766177100001C4
default_size=7

[wavpack encoder defaults]
Expand Down
4 changes: 2 additions & 2 deletions modules/desktop/apps/reaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let
# note: use "..*" instead of ".+"
settings = [
"importpath"
"^lastproject" "^lastprojuiref" "^lastscript"
"^projecttab.+"
"^lastproject" "^lastprojuiref" "^lastscript" "^lastrenderpath..*"
"^projecttab..*"
"wnd_(h|w|x|y)"
"^BR - StartupVersionCheck"
];
Expand Down
5 changes: 5 additions & 0 deletions modules/desktop/dev/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ let
# pygame
# pyppeteer

gunicorn
django
django-tables2
django-filter
pandas
openpyxl
pymorphy3 num2words

pydub
];

cfg = config.modules.desktop.dev.python;
Expand Down

0 comments on commit be48430

Please sign in to comment.