Skip to content

Commit ce51b58

Browse files
authored
Merge pull request #284 from Gaming-Linux-FR/camini-patch-4
Update customConfiguration.md
2 parents fcd50c4 + 6194f15 commit ce51b58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pages/documentation/customConfiguration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ sudo nano /etc/nixos/customConfig/default.nix
2424
2525
{
2626
27+
environment.systemPackages = with pkgs; [
28+
# Add your apps here
29+
30+
];
31+
32+
2733
# Ajoutez ici vos configurations
2834
2935
}

0 commit comments

Comments
 (0)