diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-20 16:47:40 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-20 16:47:40 +0200 |
| commit | 3c3031e9b4bc69d7b8c1ea9dc50defa80a79aba6 (patch) | |
| tree | 52db2654c10db37ecf6d47189a53c201084054d3 /flake.nix | |
| parent | 44591c4124e2a6c3de1fbaf3a8c95114fc16a8ee (diff) | |
update flake file
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,5 +33,11 @@ devShells.x86_64-linux.default = pkgs.mkShell { packages = inputs; }; + + nixosModules.default = { pkgs, ... }: { + config = { + environment.systemPackages = [ self.packages.${pkgs.system}.default ]; + }; + }; }; } |