Convert nix config into a flake

This commit is contained in:
2021-12-23 05:00:44 +01:00
parent 1a0ea27fcd
commit 9feae67e9d
18 changed files with 521 additions and 140 deletions

View File

@@ -8,7 +8,9 @@ let
}) {};
in
{
home.packages = with pkgs; [
comma
];
# FIXME: this projects default.nix imports <nixpkgs>, which makes it very much not kosher
# home.packages = with pkgs; [
# comma
# ];
}