Skip to content

Commit

Permalink
chore: Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 3, 2024
1 parent 3f8f580 commit fd74792
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 47 deletions.
78 changes: 39 additions & 39 deletions flake.lock

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

6 changes: 0 additions & 6 deletions nix/hosts/babbel/jibiapina.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
# # "Hello, world!" when run.
# pkgs.hello

# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })

# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
Expand Down
4 changes: 2 additions & 2 deletions nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Install and configure fonts
fonts = {
packages = with pkgs; [
(nerdfonts.override { fonts = [ "SourceCodePro" ]; })
nerd-fonts.sauce-code-pro
source-code-pro
];

Expand Down Expand Up @@ -56,7 +56,7 @@
#};

monospace = {
package = (pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; });
package = pkgs.nerd-fonts.sauce-code-pro;
name = "SauceCodePro Nerd Font";
};
};
Expand Down

0 comments on commit fd74792

Please sign in to comment.