diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 22:37:24 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 22:39:50 -0400 |
commit | 678c1f86eefa2521fd4d611b1ff30f51bc1433d8 (patch) | |
tree | 7521aba4a5beaf98b0743b421e1c49a013fb03bf /options.nix | |
parent | fmt (diff) | |
download | dotfiles-nix-678c1f86eefa2521fd4d611b1ff30f51bc1433d8.tar.gz dotfiles-nix-678c1f86eefa2521fd4d611b1ff30f51bc1433d8.tar.bz2 dotfiles-nix-678c1f86eefa2521fd4d611b1ff30f51bc1433d8.zip |
add new custom pkgs to main configuraion
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 fb45323..df80b7b 100644 --- a/options.nix +++ b/options.nix @@ -28,7 +28,7 @@ # programs to auto run in gui autoRun = [ - "waybar" + "astal" "thunderbird" "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" |