mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Install fastfetch, dust and brave as lazy-apps
This commit is contained in:
parent
b1367587ca
commit
93390cb370
3 changed files with 132 additions and 7 deletions
|
|
@ -38,6 +38,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lazy-apps = {
|
||||
url = "sourcehut:~rycee/lazy-apps";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-vscode-extensions = {
|
||||
url = "github:nix-community/nix-vscode-extensions";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue