summaryrefslogtreecommitdiff
path: root/nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more stuffffFreya Murphy10 days1-3/+0
|
* nix: ensure exec permission for wrap_term_launch.sh (#879)𝐀𝖓𝖆𝖗𝖎𝖔𝐍2025-11-041-0/+3
| | | Fixes #614
* nix/hm: prevent generation of configuration file when config is empty (#867)flpflan2025-11-011-3/+8
|
* nix: consistent build type2 * r + 2 * t2025-09-241-5/+8
|
* plugin: remove multimedia dep2 * r + 2 * t2025-09-101-1/+1
| | | | Also remove QML module version
* nix: fix build error with libcava (#585)Davi Ribeiro2025-09-091-1/+2
| | | libcava failing with fftw3.h not found
* nix: fix pipewire2 * r + 2 * t2025-09-091-2/+2
| | | Fixes #583
* nix: remove cava dep2 * r + 2 * t2025-09-081-2/+0
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-081-1/+2
| | | | Actually read from speakers not mic
* plugin: add cava provider2 * r + 2 * t2025-09-071-1/+2
|
* nix: fix package name typo (#567)Christoffer Hald Christensen2025-09-041-1/+1
|
* nix: disable qs hot reload (#564)anders1302025-09-041-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
* internal: rename assets -> extras2 * r + 2 * t2025-09-041-8/+8
|
* internal: remove beat-detector.cpp2 * r + 2 * t2025-09-041-3/+1
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-041-1/+1
| | | | Replaces beat-detector.cpp
* nix: remove unneeded deps2 * r + 2 * t2025-09-041-8/+0
|
* plugin: add qalculator2 * r + 2 * t2025-09-041-2/+2
| | | | For launcher >calc instead of qalc proc
* nix/hm: move environment to systemd.environment + refactor (#551)Davi Ribeiro2025-09-031-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>
* nix/hm: add extraEnvironment (#533)BardMoon2025-09-021-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>
* nix/hm: add systemd.target in home-manager (#532)BardMoon2025-09-011-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
* plugin: add FileSystemModel2 * r + 2 * t2025-08-311-2/+0
|
* nix: add debug packageSoramane2025-08-311-4/+10
| | | | Also use clangStdenv to build Use RelWithDebInfo for release builds
* nix/hm: add option to disable systemd service (#526)Davi Ribeiro2025-08-301-2/+9
| | | | | * nix/hm: add option to disable systemd service * readme: complement home manager configuring
* 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
|