Upgraded the Nix install to work with Astal (#587)

* Upgraded the Nix install to work with Astal

* Removed pkgs.esbuild

Co-authored-by: orangc <orangc@proton.me>

* Removed pkgs.bun

Co-authored-by: orangc <orangc@proton.me>

* Added new dependencies to flake.nix

Co-authored-by: orangc <orangc@proton.me>

* Update tsconfig.json

---------

Co-authored-by: orangc <orangc@proton.me>
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Thomas Carey
2024-12-22 07:44:45 +00:00
committed by GitHub
parent 48faf52e59
commit 3e2f641237
5 changed files with 134 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
import GLib from 'gi://GLib?version=2.0';
import options from '../options';
import Wallpaper from '../services/Wallpaper';
import Wallpaper from 'src/services/Wallpaper';
const { EXISTS, IS_REGULAR } = GLib.FileTest;
const { enable: enableWallpaper, image } = options.wallpaper;