Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DADA30000 committed Jan 5, 2025
1 parent dac3201 commit 69bb74c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 66 deletions.
111 changes: 47 additions & 64 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion machines/iso/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ in
# Add some fonts
packages = with pkgs; [
noto-fonts
nerd-fonts.jetbrains-mono
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];

};
Expand Down
2 changes: 1 addition & 1 deletion machines/nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ in
nodejs
yarn
ccls
(firefox-bin.override {
(firefox.override {
nativeMessagingHosts = [ inputs.pipewire-screenaudio.packages.${pkgs.system}.default ];
})
wget
Expand Down
Binary file modified stuff/repo.tar.gz
Binary file not shown.

0 comments on commit 69bb74c

Please sign in to comment.