mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:03:55 -05:00
aly: install zed-editor from nixpkgs/unstable
This commit is contained in:
parent
beb2647f1f
commit
3559b9b8bb
|
@ -21,19 +21,25 @@ self: {
|
||||||
General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx";
|
General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx";
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = let
|
||||||
browsh
|
unstable = import self.inputs.nixpkgs-unstable {
|
||||||
curl
|
system = pkgs.system;
|
||||||
fractal
|
};
|
||||||
gh
|
in
|
||||||
git
|
with pkgs; [
|
||||||
obsidian
|
browsh
|
||||||
python3
|
curl
|
||||||
ruby
|
fractal
|
||||||
tauon
|
gh
|
||||||
webcord
|
git
|
||||||
wget
|
obsidian
|
||||||
];
|
python3
|
||||||
|
ruby
|
||||||
|
tauon
|
||||||
|
webcord
|
||||||
|
wget
|
||||||
|
unstable.zed-editor
|
||||||
|
];
|
||||||
|
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
username = "aly";
|
username = "aly";
|
||||||
|
|
Loading…
Reference in a new issue