[Organizations] Reorganizes files a bit, making features/development

This commit is contained in:
2025-02-15 11:42:24 -08:00
parent 032a0b477e
commit a530511813
10 changed files with 42 additions and 27 deletions

View File

@@ -1,10 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# Useful for getting the import information from github info for flakes.
nix-prefetch-github
];
# Enable flakes and nix-commnands.
nix.settings.experimental-features = ["flakes" "nix-command"];