diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-07 23:16:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-07 23:16:53 -0400 |
commit | c3ca6e711ed57b1de511da82effaabead0f5a63f (patch) | |
tree | e2733ec1e09727c148625003eba7bce9c1e21c72 /options.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-c3ca6e711ed57b1de511da82effaabead0f5a63f.tar.gz dotfiles-nix-c3ca6e711ed57b1de511da82effaabead0f5a63f.tar.bz2 dotfiles-nix-c3ca6e711ed57b1de511da82effaabead0f5a63f.zip |
update state version
Diffstat (limited to 'options.nix')
-rw-r--r-- | options.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options.nix b/options.nix index a015b26..73b5193 100644 --- a/options.nix +++ b/options.nix @@ -35,4 +35,6 @@ "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" ]; + + stateVersion = "25.11"; } |