Skip to content

Commit ff5e279

Browse files
authored
Merge pull request #12 from DoomHammer/great-update
feat: Update the lock and some more
2 parents e8ce6f2 + 6afe918 commit ff5e279

28 files changed

Lines changed: 565 additions & 505 deletions

File tree

.config/nix/flake.lock

Lines changed: 149 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/nix/flake.nix

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
url = "github:LnL7/nix-darwin/nix-darwin-25.05";
1414
inputs.nixpkgs.follows = "nixpkgs";
1515
};
16+
nix-darwin-unstable = {
17+
url = "github:LnL7/nix-darwin/master";
18+
inputs.nixpkgs.follows = "nixpkgs-unstable";
19+
};
1620
nix-rosetta-builder = {
17-
url = "github:cpick/nix-rosetta-builder";
21+
url = "github:cpick/nix-rosetta-builder/5cf6aa1f3f2fbb70443d33b5ef7779b7c7063392";
1822
inputs.nixpkgs.follows = "nixpkgs";
1923
};
2024
lix-module = {
@@ -26,6 +30,10 @@
2630
url = "github:nix-community/home-manager/release-25.05";
2731
inputs.nixpkgs.follows = "nixpkgs";
2832
};
33+
home-manager-unstable = {
34+
url = "github:nix-community/home-manager/master";
35+
inputs.nixpkgs.follows = "nixpkgs-unstable";
36+
};
2937
# Prebuilt package index - provides comma package
3038
nix-index-database = {
3139
url = "github:nix-community/nix-index-database";
@@ -85,6 +93,24 @@
8593
url = "github:homebrew/homebrew-cask";
8694
flake = false;
8795
};
96+
# For slipshow
97+
wegank-nur = {
98+
url = "github:wegank/nur-packages";
99+
inputs.nixpkgs.follows = "nixpkgs-unstable";
100+
};
101+
102+
# For zen-browser Home Manager module
103+
zen-browser = {
104+
url = "github:0xc000022070/zen-browser-flake";
105+
inputs.nixpkgs.follows = "nixpkgs";
106+
inputs.home-manager.follows = "home-manager";
107+
};
108+
109+
# For PaperWM.spoon
110+
doomhammer-nur = {
111+
url = "github:doomhammer/nur-packages";
112+
inputs.nixpkgs.follows = "nixpkgs";
113+
};
88114
};
89115

90116
outputs =

0 commit comments

Comments
 (0)