clean up librewolf more, hide more title bars, include vscode config for notgne2

This commit is contained in:
notgne2 2022-02-04 00:34:47 -07:00
parent 7bed334ae1
commit aecd75e5a1
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
4 changed files with 116 additions and 18 deletions

View file

@ -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: {