updated README.md
This commit is contained in:
parent
4f2782c0dc
commit
a6a88ae035
3 changed files with 5 additions and 2 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue