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; [ fonts.packages = with pkgs.nerd-fonts; [
(nerdfonts.override { hack
fonts = [ iosevka
"JetBrainsMono" jetbrains-mono
"Iosevka"
"Hack"
];
})
monaspace monaspace
]; ];
environment.systemPackages = [ pkgs.tailscale-systray ]; environment.systemPackages = [ pkgs.tailscale-systray ];

View File

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