Skip to content

Commit

Permalink
Downgrade nix channel from unstable to nixos-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed May 15, 2024
1 parent de3a23c commit 3e8e0f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 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 @@ -7,8 +7,8 @@
devenv.url = "github:cachix/devenv";
home-manager-diff.url = "github:pedorich-n/home-manager-diff";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
home-manager.url = "github:nix-community/home-manager/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
tmux-dark-notify.flake = false;
tmux-dark-notify.url = "github:erikw/tmux-dark-notify";
};
Expand Down
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
programs.alacritty = {
enable = true;
settings = {
import = [ "${pkgs.alacritty-theme}/solarized_light.toml" ];
import = [ "${pkgs.alacritty-theme}/solarized_light.yaml" ];
font.normal = {
family = "FiraCode Nerd Font Mono";
style = "Medium";
Expand Down

0 comments on commit 3e8e0f7

Please sign in to comment.