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": {
"lastModified": 1691312444,
"narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=",
"lastModified": 1691506824,
"narHash": "sha256-Z2Ms7036CCEAfCmDBDy+sFauO6/7fx2UN3aoPCpp4tA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "903e06d734bcae48efb79b9afd51b406d2744179",
"rev": "7b8d43fbaf8450c30caaed5eab876897d0af891b",
"type": "github"
},
"original": {

View File

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