cleanup old file

This commit is contained in:
Chris Kruining 2025-03-30 21:43:59 +02:00
parent 4d95f45cb6
commit 0fd2177bd0
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 119 additions and 61 deletions

View file

@ -0,0 +1,8 @@
{ inputs, lib, pkgs, ... }:
{
# imports = [ inputs.erosanix.nixosModules.someModule ];
config = {
};
}

View file

@ -1,5 +1,4 @@
{ config, lib, ... }:
let
{ config, lib, ... }: let
inherit (lib.modules) mkIf;
cfg = config.modules.shell.zsh;