fix: os change

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-12-16 20:10:00 -06:00
parent 637353ae90
commit 233b33d7cb
No known key found for this signature in database
2 changed files with 4 additions and 9 deletions

View File

@ -22,14 +22,10 @@
};
};
};
fonts.packages = with pkgs; [
(nerdfonts.override {
fonts = [
"JetBrainsMono"
"Iosevka"
"Hack"
];
})
fonts.packages = with pkgs.nerd-fonts; [
hack
iosevka
jetbrains-mono
monaspace
];
environment.systemPackages = [ pkgs.tailscale-systray ];

View File

@ -54,7 +54,6 @@
experimental-features = [
"flakes"
"nix-command"
"repl-flake"
];
auto-optimise-store = true;
warn-dirty = false;