summaryrefslogtreecommitdiff
path: root/nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: better modules enable/disableSoramane2025-08-291-3/+3
|
* nix: fix + expose lib stuffSoramane2025-08-291-10/+30
| | | | Also format
* lib: add version script2 * r + 2 * t2025-08-291-4/+10
|
* nix: fixes2 * r + 2 * t2025-08-291-4/+6
|
* nix: better nix develop + refactor (#490)Davi Ribeiro2025-08-291-6/+29
|
* nix: fix buildSoramane2025-08-281-3/+4
|
* nix: set version2 * r + 2 * t2025-08-281-1/+1
|
* nix/hm: restart shell on config changes (#482)Bruno Inec2025-08-281-0/+3
|
* picker: use saveItem2 * r + 2 * t2025-08-271-2/+0
| | | | Removes grim dependency
* nix: fix CAELESTIA_LIB_DIRSoramane2025-08-271-1/+1
|
* nix: move aubio and pipewire to buildInputsSoramane2025-08-271-2/+2
|
* nix: fix buildSoramane2025-08-271-5/+2
|
* nix: fix quoteSoramane2025-08-271-1/+1
|
* paths: use unified env var for lib dir2 * r + 2 * t2025-08-271-1/+1
| | | | CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
* nix: update for new build2 * r + 2 * t2025-08-271-51/+12
|
* internal: use systemd-inhibit2 * r + 2 * t2025-08-261-26/+1
| | | | No need for custom inhibit script (it didn't even work anyways 💀)
* nix: refactorSoramane2025-08-261-7/+6
|
* nix: build pluginSoramane2025-08-261-1/+20
|
* hypr: proper kb layout code2 * r + 2 * t2025-08-241-1/+3
|
* nix: fix patch2 * r + 2 * t2025-08-231-5/+5
| | | | Merge fail :woe:
* lock: add fprint support (#429)2 * r + 2 * t2025-08-231-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
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-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>
* nix: fix qt hookSoramane2025-08-231-1/+1
|
* nix: add wrapQtAppsHook (#461)BardMoon2025-08-232-2/+2
| | | | | * nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
* nix/hm: fix missing icons in hm-module (#457)anders1302025-08-221-0/+1
|
* nix/hm: fix pkg.system missing attr (#433)Winder2025-08-221-2/+4
| | | Co-authored-by: notwinder <winderdawshmaster@gmail.com>
* nix/hm: fix type of settings and cli.settings (#456)Jeshua Lin2025-08-221-2/+2
|
* nix: use newer version of app2unit (#419)Davi Ribeiro2025-08-141-0/+14
|
* nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ↵anders1302025-08-132-8/+27
| | | | | | | | | package (#410) * nix: make runtimeDeps extendible * nix: add settings for caelestia-cli * nix: fix option description
* nix: add home manager module (#402)Davi Ribeiro2025-08-132-0/+183
* nix/hm: add home manager module * nix/hm: remove uneeded options * nix/hm: add cli option * nix/hm: allow shell use CLI when 'cli.enable' is false * nix/hm: fix systemd service * nix/hm: use config dir from xdg standard