Switch back to flakes (again) This reverts commit b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M user/settings/workstation.nix → user/settings/workstation.nix
@@ -15,12 +15,14 @@ nuspell git-extras # delete-merged-branches and friends git-worktree-switcher gitui - nix-index-db.nix-index-with-db - nix-index-db.comma-with-db ] ++ (with pkgs.hunspellDicts; [ en-gb-large de-de ]); + + programs.nix-index-database = { + comma.enable = true; + }; home.shellAliases = { wprop = "xprop | egrep '^WM_(CLASS|NAME|WINDOW_ROLE|TYPE)'";