direnv
This commit is contained in:
parent
2a62e28d43
commit
dcd8168cfe
6
flake.lock
generated
6
flake.lock
generated
@ -57,11 +57,11 @@
|
|||||||
"firefox-macos-theme": {
|
"firefox-macos-theme": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729993006,
|
"lastModified": 1733051267,
|
||||||
"narHash": "sha256-8YGR0HuMcxGQBDlhP+kUriYDOpP7geHvGc+sEu167Dk=",
|
"narHash": "sha256-km21Dvr+nfl54orbVqa7rtu+evTVO3FBlLtr2NQ3yYc=",
|
||||||
"owner": "AdamXweb",
|
"owner": "AdamXweb",
|
||||||
"repo": "WhiteSurFirefoxThemeMacOS",
|
"repo": "WhiteSurFirefoxThemeMacOS",
|
||||||
"rev": "4665c5b6e03127597c7cf99d91b676c9d1fca95d",
|
"rev": "e84b1b0c08f9c2dce1db9cfe671a93c0cb8ff18d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
6
home.nix
6
home.nix
@ -19,6 +19,12 @@
|
|||||||
overlays = [ inputs.nur.overlay ];
|
overlays = [ inputs.nur.overlay ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true; # see note on other shells below
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bat
|
bat
|
||||||
bottom
|
bottom
|
||||||
|
Loading…
Reference in New Issue
Block a user