Commit some reformatted files

This commit is contained in:
Pedro Rey Anca 2025-10-30 19:10:44 +01:00
parent 2d065e2493
commit 902b296299
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 36 additions and 32 deletions

View file

@ -28,19 +28,22 @@
};
};
outputs = {
outputs =
{
self,
clan-core,
nixpkgs,
...
} @ inputs: let
}@inputs:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.clan {
inherit self;
imports = [ ./clan.nix ];
specialArgs = { inherit inputs; };
};
in {
in
{
inherit (clan.config) nixosConfigurations nixosModules clanInternals;
# Add the Clan cli tool to the dev shell.
# Use "nix develop" to enter the dev shell.

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
# Must-have packages
environment.systemPackages = with pkgs; [
vim