This commit is contained in:
Steph 2024-12-09 17:30:31 +01:00
parent 2a62e28d43
commit dcd8168cfe
2 changed files with 9 additions and 3 deletions

6
flake.lock generated
View File

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

View File

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