thaylen-city: Initial configuration

This commit is contained in:
Charlotte Van Petegem 2024-07-15 18:17:33 +02:00
parent bf7aa06f4a
commit 8cb2b204e2
5 changed files with 215 additions and 91 deletions

View file

@ -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
];
}