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,22 +1,7 @@
{
# Snowfall Lib provides a customized `lib` instance with access to your flake's library
# as well as the libraries available from your flake's inputs.
lib,
# Instance of `pkgs` with overlays and custom packages applied.
pkgs,
# All flake inputs.
inputs,
# Additional metadata, provided by Snowfall Lib.
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
home, # The home architecture for this host (eg. `x86_64-linux`).
target, # The Snowfall Lib target for this home (eg. `x86_64-home`).
format, # A normalized name for the home target (eg. `home`).
virtual, # A boolean to determine whether this home is a virtual target using nixos-generators.
host, # The host name for this home.
# All other arguments come from the home home.
config,
namespace,
...
}: with lib; with lib.${namespace};
{
@ -58,6 +43,7 @@
devenv
python39
nil
zed-editor
### Rust development specific
rustup
@ -74,7 +60,5 @@
sidequest
];
#puzzlevision.apps.zed-editor.enable = true;
home.stateVersion = "24.05";
}