updated README.md

This commit is contained in:
Gabriella Bere 2024-08-26 12:37:41 +01:00
parent 4f2782c0dc
commit a6a88ae035
3 changed files with 5 additions and 2 deletions

View file

@ -125,6 +125,9 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable flatpak for delcarative-flatpak used in home-manager
services.flatpak.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [