remove joe
This commit is contained in:
parent
c61d52401d
commit
56cd97436a
6 changed files with 6 additions and 86 deletions
20
flake.nix
20
flake.nix
|
@ -15,12 +15,6 @@
|
|||
inputs.nixpkgs.follows = "oren_nixpkgs";
|
||||
};
|
||||
|
||||
joe_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
joe_home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "joe_nixpkgs";
|
||||
};
|
||||
|
||||
h002_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
h002_home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
|
@ -74,8 +68,6 @@
|
|||
lio_home-manager,
|
||||
oren_nixpkgs,
|
||||
oren_home-manager,
|
||||
joe_nixpkgs,
|
||||
joe_home-manager,
|
||||
gpdPocket3_nixpkgs,
|
||||
gpdPocket3_home-manager,
|
||||
h002_nixpkgs,
|
||||
|
@ -116,18 +108,6 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "joe";
|
||||
opts = {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
settings = {
|
||||
inherit user;
|
||||
nixpkgs = joe_nixpkgs;
|
||||
home-manager = joe_home-manager;
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "gpdPocket3";
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue