enable flakes to support some dev shells more ergonomically

This commit is contained in:
Haak Saxberg 2023-01-23 21:27:34 -08:00
parent a55e5da509
commit 104222ae68
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@ let
];
in
{
imports = [ (import ./commandline.nix) (import ./programs/alacritty)];
imports = [ (import ./commandline.nix) (import ./programs/alacritty) ];
nixpkgs.overlays = [ (import ../overlays/paperwm.nix) ];