Compare commits

..

3 Commits

Author SHA1 Message Date
0bde92b043
feat(hm/price): install inkscape
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m9s
2024-07-31 08:36:54 -05:00
91359edc36
feat(hm/price): install sql tools 2024-07-31 08:36:17 -05:00
2c5b5404a3
refactor(hypr): reduce laptop monitor scaling 2024-07-31 08:35:52 -05:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
monitor = ,preferred,auto,auto monitor = ,preferred,auto,auto
monitor=eDP-1,preferred,0x0,1.5 monitor=eDP-1,preferred,0x0,1.3333
bindl=,switch:off:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash bindl=,switch:off:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash
bindl=,switch:on:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash bindl=,switch:on:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash

View File

@ -33,6 +33,9 @@ in
packages = packages =
with pkgs; with pkgs;
[ [
inkscape
sqlx-cli
postgresql
htop htop
devenv devenv
android-studio-full android-studio-full