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.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
leanpkgs.url = "github:leanprover/lean4";
|
||||
leanpkgs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# for l8r :::;)
|
||||
#homeage.url = "github:jordanisaacs/homeage";
|
||||
#homeage.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -39,8 +36,6 @@
|
|||
hyprland,
|
||||
fh,
|
||||
pesterchum,
|
||||
leanpkgs,
|
||||
nix-darwin,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -55,7 +50,6 @@
|
|||
home-manager.useUserPackages = true;
|
||||
home-manager.users.mbk = (import ./home.nix) {
|
||||
inherit conf;
|
||||
leanpkgs = leanpkgs.packages.x86_64-linux;
|
||||
more-packages = [
|
||||
pesterchum.packages.x86_64-linux.default
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue