sisko: Update to nixos 25.05

This commit is contained in:
2025-06-08 17:38:32 +02:00
parent cf6a836f80
commit d380110543
2 changed files with 6 additions and 10 deletions

View File

@@ -29,17 +29,13 @@
fonts = {
fontDir.enable = true;
packages = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans
font-awesome
fira-code
font-awesome
hack-font
(nerdfonts.override {
fonts = [
"Hack"
];
})
nerd-fonts.hack
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
];
};