fix: failed to deploy nixos-unstable

This commit is contained in:
Ryan Yin
2024-01-21 17:06:25 +08:00
parent a76daab3ce
commit 68e5d860d8
10 changed files with 56 additions and 39 deletions

View File

@@ -64,9 +64,6 @@ in {
home.shellAliases = shellAliases;
programs.nushell.shellAliases = shellAliases;
# allow fontconfig to discover fonts and configurations installed through `home.packages`
fonts.fontconfig.enable = true;
xdg.configFile."doom" = {
source = ./doom;
force = true;

View File

@@ -21,7 +21,7 @@
#-- python
nodePackages.pyright # python language server
(python310.withPackages (
(python311.withPackages (
ps:
with ps; [
ruff-lsp