Skip to content

Commit

Permalink
nix: bump flake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
15cm committed Jan 4, 2025
1 parent 62c4d1a commit 994031f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
116 changes: 58 additions & 58 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 home/modules/programs/powerline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
enable = mkEnableOption "Powerline";
package = mkOption {
type = types.package;
default = pkgs.python311Packages.powerline;
default = pkgs.powerline;
};
};
config = mkIf cfg.enable {
Expand Down

0 comments on commit 994031f

Please sign in to comment.