flake: bump stable to 25.05

required because of home-manager zsh changes
This commit is contained in:
LavaDesu 2025-05-19 20:17:58 +10:00
parent d0895da153
commit ccf3fa2f4a
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{ config, inputs, modules, ... }: {
imports = [
inputs.home-manager-vicuna.nixosModules.home-manager
inputs.home-manager-stable.nixosModules.home-manager
];
home-manager = {
useGlobalPkgs = true;