thaylen-city: Initial configuration
This commit is contained in:
parent
bf7aa06f4a
commit
8cb2b204e2
5 changed files with 215 additions and 91 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
{ pkgs, inputs, system, ... }: pkgs.devshell.mkShell {
|
||||
name = "NixOS config";
|
||||
commands = [
|
||||
{
|
||||
|
@ -17,6 +17,7 @@
|
|||
packages = [
|
||||
pkgs.agenix
|
||||
pkgs.nixos-rebuild
|
||||
inputs.darwin.packages.${system}.default
|
||||
pkgs.nixpkgs-fmt
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue