clean up librewolf more, hide more title bars, include vscode config for notgne2
This commit is contained in:
parent
7bed334ae1
commit
aecd75e5a1
4 changed files with 116 additions and 18 deletions
|
@ -50,6 +50,14 @@
|
|||
url = "github:migueravila/SimpleFox";
|
||||
flake = false;
|
||||
};
|
||||
direnv-vscode = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = github:direnv/direnv-vscode/nix/npm;
|
||||
};
|
||||
npmlock2nix = {
|
||||
url = github:nix-community/npmlock2nix;
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue