diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-19 22:53:20 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-19 22:53:34 -0400 |
commit | 424e62dc79793187c46a222acf2a3fd88b9a7bd4 (patch) | |
tree | 092209fe447ce9a53107811828242babf95a241d /options.nix | |
parent | unofficial-homestuck-collection: 2.6.6 -> 2.6.7 (diff) | |
download | dotfiles-nix-424e62dc79793187c46a222acf2a3fd88b9a7bd4.tar.gz dotfiles-nix-424e62dc79793187c46a222acf2a3fd88b9a7bd4.tar.bz2 dotfiles-nix-424e62dc79793187c46a222acf2a3fd88b9a7bd4.zip |
new astal app launcher, refactor astal build fn
Diffstat (limited to 'options.nix')
-rw-r--r-- | options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.nix b/options.nix index df80b7b..0d9d150 100644 --- a/options.nix +++ b/options.nix @@ -28,7 +28,7 @@ # programs to auto run in gui autoRun = [ - "astal" + "astal-shell" "thunderbird" "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" |