Skip to content

Commit

Permalink
nixpkgs: 23.11 -> 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Azd325 committed Jun 7, 2024
1 parent 1bab315 commit 45f7187
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
22 changes: 11 additions & 11 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
darwin.url = "github:lnl7/nix-darwin";

home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.url = "github:nix-community/home-manager/release-24.05";

alacritty-dracula-theme = {
url = "github:dracula/alacritty";
flake = false;
};

nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
};

outputs = inputs : let
Expand Down
2 changes: 1 addition & 1 deletion module/home-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, ... }: {
imports = [ ./files ./packages.nix ./programs ];

home.stateVersion = "23.11";
home.stateVersion = "24.05";

home.username = "timkleinschmidt";
home.homeDirectory = "/Users/timkleinschmidt";
Expand Down
1 change: 0 additions & 1 deletion module/home-manager/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# https://nix-community.github.io/home-manager/options.html#opt-programs.eza.enable
programs.eza = {
enable = true;
enableAliases = true;
};

# Direnv, load and unload environment variables depending on the current directory.
Expand Down
2 changes: 1 addition & 1 deletion module/home-manager/programs/shells/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }: {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = ''
# FNM
Expand Down

0 comments on commit 45f7187

Please sign in to comment.