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

@ -45,9 +45,6 @@
src = ./.; # "src" must point to the root of the flake.
snowfall = {
# "root" can be used, to tell Snowfall Lib where to look for Nix files.
# root = ./nix;
# Namespace for this flake's packages, library and overlays.
namespace = "puzzlevision";
@ -58,7 +55,7 @@
};
channels-config = {
allowUnfree = true; # Allow unfree packages.
allowUnfree = true;
};
# Apply some NixOS modules globally.