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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user