mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
zed unstable
This commit is contained in:
parent
507bca46d8
commit
9dc3f3a2b7
3 changed files with 12 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -84,11 +84,11 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1751318918,
|
||||
"narHash": "sha256-qn3nrfcbJVYgb51gtQaa5ByGRFu4EankqIPD1W2tmx0=",
|
||||
"lastModified": 1751447958,
|
||||
"narHash": "sha256-UtkRLb9Lt9JYtuBkkJjFE5S9bopBUH2JoKyCpuluW4A=",
|
||||
"owner": "flox",
|
||||
"repo": "flox",
|
||||
"rev": "1d5fbe9f56cc0b78b12c946bfecb5689707a2043",
|
||||
"rev": "5c25a61cd52e71522ae8f7854b827bbc66f5ed4a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -303,11 +303,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1751338093,
|
||||
"narHash": "sha256-/yd9nPcTfUZPFtwjRbdB5yGLdt3LTPqz6Ja63Joiahs=",
|
||||
"lastModified": 1751423951,
|
||||
"narHash": "sha256-AowKhJGplXRkAngSvb+32598DTiI6LOzhAnzgvbCtYM=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "6cfb7821732dac2d3e2dea857a5613d3b856c20c",
|
||||
"rev": "1684ed5b15859b655caf41b467d046e29a994d04",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,10 @@
|
|||
nixosConfigurations = {
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs system overlays primaryUser; }; # pkgs will be set via module below
|
||||
specialArgs = {
|
||||
inherit inputs system overlays primaryUser;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
};
|
||||
modules = [
|
||||
./nixos/configuration.nix
|
||||
./nixos/hardware-configuration.nix
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
lib,
|
||||
hmLib,
|
||||
...
|
||||
|
|
@ -71,7 +72,7 @@ in
|
|||
element-desktop
|
||||
ghostty
|
||||
manix
|
||||
zed-editor
|
||||
unstablePkgs.zed-editor
|
||||
aichat
|
||||
wl-clipboard
|
||||
gemini-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue