Sefa Eyeoglu
|
23a2a074cf
|
fix(nix): inherit noctalia-qs overlay in our overlay
This avoids a second instantiation of Nixpkgs, when consuming the
overlay, instead of using the package output directly.
Smoke test:
```console
nix repl
nix-repl> :lf .
nix-repl> pkgs = imports inputs.nixpkgs { overlays = [outputs.overlays.default]; }
nix-repl> pkgs.noctalia-shell
«derivation /nix/store/30ilvacnyyqyrnqh26vz6x1s095iwysb-noctalia-shell-2026-03-22_df0a16d.drv»
nix-repl> pkgs.quickshell
«derivation /nix/store/zyrm8fb4r4bq6mqrv4ssjc08haf5j2b4-quickshell-2026-03-21_c9beee5.drv»
```
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2026-03-22 13:48:23 +01:00 |
|
Lemmy
|
17695e4e0b
|
gitignore: updated
|
2026-02-27 08:22:15 -05:00 |
|
Lemmy
|
4f7658f981
|
gitignore added build folder
|
2026-02-12 20:47:39 -05:00 |
|
Clement Bouvet
|
1b2e3526ab
|
.gitignore: add result (nix build output)
|
2026-02-11 12:55:19 +01:00 |
|
Lemmy
|
f311cabfcd
|
template-processor: splitting code in lib to avoid 2.5k lines
|
2026-01-18 23:34:19 -05:00 |
|
Lemmy
|
7ee7d8a741
|
gitignore
|
2026-01-04 10:41:20 -05:00 |
|
Lemmy
|
f517e24aba
|
gitignore RELEASE.md
|
2026-01-03 10:05:56 -05:00 |
|
Altyrost
|
1aaf071a61
|
add .vscode to gitignore
|
2025-12-07 00:31:11 +01:00 |
|
ItsLemmy
|
c7f947d235
|
Settings: added a launcher button for the default/new user settings. + gitignore cleanup
|
2025-11-30 10:36:17 -05:00 |
|
art0rz
|
5cc71b4da2
|
Add BatteryPanel with charge level, power profile settings, prevent sleep toggle, battery health (if available)
|
2025-11-22 17:10:26 +01:00 |
|
Antique
|
ca20ede135
|
chore: add battery manager uninstall script to gitignore
|
2025-10-24 15:45:57 +07:00 |
|
Leopold Luley
|
fffae8d4a3
|
Add Zed config to gitignore.
|
2025-10-17 19:01:08 +02:00 |
|
Leopold Luley
|
26803f9588
|
Add qmlls config to gitignore.
|
2025-10-17 19:00:52 +02:00 |
|
ItsLemmy
|
368e80daf2
|
.gitignore cleanup
|
2025-09-30 20:29:18 -04:00 |
|
mkuritsu
|
722a59da80
|
add qmlformat simple file, add .gitignore with .qmlls.ini
|
2025-09-12 11:48:56 +01:00 |
|
quadbyte
|
8a4df84db6
|
Removing gitignore and qmlls.ini
|
2025-08-07 17:54:52 -04:00 |
|
JPratama7
|
4c9a51bf6a
|
chore: add Program
|
2025-08-03 06:29:57 +07:00 |
|
ly-sec
|
7cdfa5f82b
|
Add Dim Desktop option
|
2025-07-18 22:47:38 +02:00 |
|
ferreo
|
a498671ef1
|
feat: settings is now json, refactor panels to be able to dismiss by clicking outside
|
2025-07-18 15:43:22 +01:00 |
|