refactor: clean up unused imports

refactor: remove some comments
feat: set VSCodium color scheme to Catppuccin Macchiato
This commit is contained in:
Jo 2024-12-03 18:38:19 +01:00
parent 4966b26ec4
commit e1bbf4856e
20 changed files with 9 additions and 115 deletions

View file

@ -1,15 +1,6 @@
{
lib,
pkgs,
inputs,
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
system, # The system architecture for this host (eg. `x86_64-linux`).
target, # The Snowfall Lib target for this system (eg. `x86_64-iso`).
format, # A normalized name for the system target (eg. `iso`).
virtual, # A boolean to determine whether this system is a virtual target using nixos-generators.
systems, # An attribute map of your defined hosts.
namespace,
config,
...
}: with lib; with lib.${namespace};