summaryrefslogtreecommitdiff
path: root/nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-04nix: ensure exec permission for wrap_term_launch.sh (#879)𝐀𝖓𝖆𝖗𝖎𝖔𝐍1-0/+3
Fixes #614
2025-11-01nix/hm: prevent generation of configuration file when config is empty (#867)flpflan1-3/+8
2025-09-24nix: consistent build type2 * r + 2 * t1-5/+8
2025-09-10plugin: remove multimedia dep2 * r + 2 * t1-1/+1
Also remove QML module version
2025-09-09nix: fix build error with libcava (#585)Davi Ribeiro1-1/+2
libcava failing with fftw3.h not found
2025-09-09nix: fix pipewire2 * r + 2 * t1-2/+2
Fixes #583
2025-09-08nix: remove cava dep2 * r + 2 * t1-2/+0
2025-09-08plugin/ap: fix collector2 * r + 2 * t1-1/+2
Actually read from speakers not mic
2025-09-07plugin: add cava provider2 * r + 2 * t1-1/+2
2025-09-04nix: fix package name typo (#567)Christoffer Hald Christensen1-1/+1
2025-09-04nix: disable qs hot reload (#564)anders1301-0/+2
* fix(hm): disable watch files to prevent unexpected config reload * nix: replace watchFiles patch with substituteInPlace in prePatch so nobody needs to maintain the patch when it breaks eventually
2025-09-04internal: rename assets -> extras2 * r + 2 * t1-8/+8
2025-09-04internal: remove beat-detector.cpp2 * r + 2 * t1-3/+1
2025-09-04plugin: add BeatTracker2 * r + 2 * t1-1/+1
Replaces beat-detector.cpp
2025-09-04nix: remove unneeded deps2 * r + 2 * t1-8/+0
2025-09-04plugin: add qalculator2 * r + 2 * t1-2/+2
For launcher >calc instead of qalc proc
2025-09-03nix/hm: move environment to systemd.environment + refactor (#551)Davi Ribeiro1-15/+19
* nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-02nix/hm: add extraEnvironment (#533)BardMoon1-1/+10
* nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-01nix/hm: add systemd.target in home-manager (#532)BardMoon1-3/+10
* nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
2025-08-31plugin: add FileSystemModel2 * r + 2 * t1-2/+0
2025-08-31nix: add debug packageSoramane1-4/+10
Also use clangStdenv to build Use RelWithDebInfo for release builds
2025-08-30nix/hm: add option to disable systemd service (#526)Davi Ribeiro1-2/+9
* nix/hm: add option to disable systemd service * readme: complement home manager configuring
2025-08-29cmake: better modules enable/disableSoramane1-3/+3
2025-08-29nix: fix + expose lib stuffSoramane1-10/+30
Also format
2025-08-29lib: add version script2 * r + 2 * t1-4/+10
2025-08-29nix: fixes2 * r + 2 * t1-4/+6
2025-08-29nix: better nix develop + refactor (#490)Davi Ribeiro1-6/+29
2025-08-28nix: fix buildSoramane1-3/+4
2025-08-28nix: set version2 * r + 2 * t1-1/+1
2025-08-28nix/hm: restart shell on config changes (#482)Bruno Inec1-0/+3
2025-08-27picker: use saveItem2 * r + 2 * t1-2/+0
Removes grim dependency
2025-08-27nix: fix CAELESTIA_LIB_DIRSoramane1-1/+1
2025-08-27nix: move aubio and pipewire to buildInputsSoramane1-2/+2
2025-08-27nix: fix buildSoramane1-5/+2
2025-08-27nix: fix quoteSoramane1-1/+1
2025-08-27paths: use unified env var for lib dir2 * r + 2 * t1-1/+1
CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
2025-08-27nix: update for new build2 * r + 2 * t1-51/+12
2025-08-26internal: use systemd-inhibit2 * r + 2 * t1-26/+1
No need for custom inhibit script (it didn't even work anyways 💀)
2025-08-26nix: refactorSoramane1-7/+6
2025-08-26nix: build pluginSoramane1-1/+20
2025-08-24hypr: proper kb layout code2 * r + 2 * t1-1/+3
2025-08-23nix: fix patch2 * r + 2 * t1-5/+5
Merge fail :woe:
2025-08-23lock: add fprint support (#429)2 * r + 2 * t1-0/+5
* lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint
2025-08-23bar: add idle inhibitor (#459)Davi Ribeiro1-9/+52
* bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-08-23nix: fix qt hookSoramane1-1/+1
2025-08-23nix: add wrapQtAppsHook (#461)BardMoon2-2/+2
* nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
2025-08-22nix/hm: fix missing icons in hm-module (#457)anders1301-0/+1
2025-08-22nix/hm: fix pkg.system missing attr (#433)Winder1-2/+4
Co-authored-by: notwinder <winderdawshmaster@gmail.com>
2025-08-22nix/hm: fix type of settings and cli.settings (#456)Jeshua Lin1-2/+2
2025-08-14nix: use newer version of app2unit (#419)Davi Ribeiro1-0/+14