Skip to content

Commit

Permalink
Fix stylix and nixvim to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 14, 2024
1 parent 58b5c2b commit f11df40
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 72 deletions.
120 changes: 53 additions & 67 deletions flake.lock

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

12 changes: 7 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
# url = "github:nix-community/nixvim/nixos-24.05";
# url = "github:nix-community/nixvim";
url = "github:nix-community/nixvim/nixos-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
# url = "github:danth/stylix/release-24.05";
# url = "github:danth/stylix";
url = "github:danth/stylix/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
neorg-overlay.url = "github:nvim-neorg/nixpkgs-neorg-overlay";
Expand Down Expand Up @@ -51,7 +51,7 @@
config.allowUnfree = true;
overlays = [
overlay-unstable
nur.overlay
# nur.overlay
];
};
};
Expand Down Expand Up @@ -95,6 +95,7 @@
stylix.nixosModules.stylix
stylix-config
nixpkgs-config
nur.nixosModules.nur
./nixos/hosts/zangetsu/configuration.nix
];
};
Expand All @@ -109,6 +110,7 @@
# stylix.nixosModules.stylix
# stylix-config
nixpkgs-config
nur.nixosModules.nur
./nixos/hosts/kyuubi/configuration.nix
];
};
Expand Down

0 comments on commit f11df40

Please sign in to comment.