user-config sascha.koenig

This commit is contained in:
2025-11-18 09:28:09 +01:00
parent 77f0cc51bc
commit e57419dd2d
4 changed files with 63 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
gcc
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello