Skip to content

Commit

Permalink
fix: Fixes to unstable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Nov 14, 2023
1 parent 397bcf5 commit e757ec6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Also see the 'stable-packages' overlay at 'overlays/default.nix'.

# Home manager
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

# TODO: Add any other flake you might need
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fontconfig.enable = true;
fontDir.enable = true;

fonts = with pkgs; [
packages = with pkgs; [
corefonts
ubuntu_font_family
fira
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/windowing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

programs.waybar.enable = true;

fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
# Waybar
font-awesome
cantarell-fonts
Expand Down

0 comments on commit e757ec6

Please sign in to comment.