Compare commits
2 commits
2cd403dafb
...
424c24bacb
Author | SHA1 | Date | |
---|---|---|---|
424c24bacb | |||
450596b3c1 |
1 changed files with 0 additions and 6 deletions
|
@ -19,9 +19,6 @@
|
||||||
pesterchum.url = "git+https://g.pyrope.net/pesterchum";
|
pesterchum.url = "git+https://g.pyrope.net/pesterchum";
|
||||||
pesterchum.inputs.nixpkgs.follows = "nixpkgs";
|
pesterchum.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
leanpkgs.url = "github:leanprover/lean4";
|
|
||||||
leanpkgs.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
# for l8r :::;)
|
# for l8r :::;)
|
||||||
#homeage.url = "github:jordanisaacs/homeage";
|
#homeage.url = "github:jordanisaacs/homeage";
|
||||||
#homeage.inputs.nixpkgs.follows = "nixpkgs";
|
#homeage.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -39,8 +36,6 @@
|
||||||
hyprland,
|
hyprland,
|
||||||
fh,
|
fh,
|
||||||
pesterchum,
|
pesterchum,
|
||||||
leanpkgs,
|
|
||||||
nix-darwin,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -55,7 +50,6 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.mbk = (import ./home.nix) {
|
home-manager.users.mbk = (import ./home.nix) {
|
||||||
inherit conf;
|
inherit conf;
|
||||||
leanpkgs = leanpkgs.packages.x86_64-linux;
|
|
||||||
more-packages = [
|
more-packages = [
|
||||||
pesterchum.packages.x86_64-linux.default
|
pesterchum.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue