Update OS
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-04-29 22:55:55 +02:00
parent 7a24263ae2
commit dde4780894
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 78 additions and 2160 deletions

2230
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
inputs.systems.follows = "systems";
};
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
nix-flatpak.url = "github:gmodena/nix-flatpak";
# Follow nix-doom-emacs completely when this is merged or fixed
# - https://github.com/nix-community/nix-doom-emacs/issues/409
@ -52,7 +52,7 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -62,7 +62,7 @@
};
nvf = {
url = "github:notashelf/nvf/v0.7";
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -16,7 +16,7 @@ in
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = ''
initContent = ''
[[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh}
'';