sas
This commit is contained in:
parent
2391c0fea7
commit
68339c7f4e
6 changed files with 23 additions and 3 deletions
7
modules/sw.nix
Normal file
7
modules/sw.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue