This commit is contained in:
EdenQwQ 2025-03-02 21:22:39 +08:00
parent 6b440dbd4a
commit 038dfdbf35
6 changed files with 3 additions and 20 deletions

17
flake.lock generated
View file

@ -596,22 +596,6 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1740560979,
"narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5135c59491985879812717f4c9fea69604e7f26f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1740560979,
@ -773,7 +757,6 @@
"niri": "niri",
"nixd": "nixd",
"nixpkgs": "nixpkgs_3",
"nixpkgs-unstable": "nixpkgs-unstable",
"nixvim": "nixvim",
"nur": "nur",
"stylix": "stylix",

View file

@ -39,7 +39,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -62,6 +62,5 @@ in
./inspiron/home.nix
] ++ sharedHomeModules;
};
};
}

View file

@ -3,6 +3,6 @@
./basic.nix
./doas.nix
./niri.nix
./ollama.nix
./ai.nix
];
}

View file

@ -215,5 +215,7 @@
setSocketVariable = true;
};
};
oci-containers.backend = "docker";
};
}