Changes for objectgericht project
This commit is contained in:
parent
74cfbe4577
commit
cdfedfc15e
2 changed files with 2 additions and 1 deletions
|
@ -134,6 +134,7 @@ let
|
||||||
riverctl map normal Alt+Shift Print spawn '${screenshot}/bin/screenshot -r -d'
|
riverctl map normal Alt+Shift Print spawn '${screenshot}/bin/screenshot -r -d'
|
||||||
|
|
||||||
riverctl float-filter-add app-id launcher
|
riverctl float-filter-add app-id launcher
|
||||||
|
riverctl float-filter-add app-id be.ugent.objprog.ugentopoly.Ugentopoly
|
||||||
riverctl float-filter-add title "Quick Format Citation"
|
riverctl float-filter-add title "Quick Format Citation"
|
||||||
|
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
openssl
|
openssl
|
||||||
maven
|
maven
|
||||||
(openjdk17.override { enableJavaFX = true; openjfx = openjfx17.override { withWebKit = true; }; })
|
(openjdk21.override { enableJavaFX = true; openjfx = openjfx21; })
|
||||||
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ]))
|
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ]))
|
||||||
];
|
];
|
||||||
commands = [
|
commands = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue