Unstable versions bc I'm cutting me on that edge

This commit is contained in:
Lillian Violet 2023-10-23 17:32:58 +02:00
parent 0b578b716f
commit 46ecd0b97e
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
];
];23.05
nixpkgs = {
# You can add overlays here
@ -192,5 +192,5 @@
systemd.user.startServices = "sd-switch";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.05";
home.stateVersion = "23.11";
}