updating flake

This commit is contained in:
Ivan Dimitrov 2023-08-08 20:17:11 +03:00
parent f5546943e3
commit 2c1ae437fa
2 changed files with 4 additions and 5 deletions

View File

@ -204,11 +204,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691312444, "lastModified": 1691506824,
"narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=", "narHash": "sha256-Z2Ms7036CCEAfCmDBDy+sFauO6/7fx2UN3aoPCpp4tA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "903e06d734bcae48efb79b9afd51b406d2744179", "rev": "7b8d43fbaf8450c30caaed5eab876897d0af891b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -25,8 +25,8 @@
gopass-jsonapi gopass-jsonapi
pavucontrol pavucontrol
nixfmt nixfmt
ripgrep
sqlite sqlite
ripgrep
]; ];
}; };
programs = { programs = {
@ -114,7 +114,6 @@
doom-emacs = { doom-emacs = {
enable = true; enable = true;
doomPrivateDir = ./cfg/doom.d; doomPrivateDir = ./cfg/doom.d;
extraPackages = with pkgs.emacsPackages; [ prettier ];
}; };
zsh = { zsh = {
enable = true; enable = true;