mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
refactor: clean up unused imports
refactor: remove some comments feat: set VSCodium color scheme to Catppuccin Macchiato
This commit is contained in:
parent
4966b26ec4
commit
e1bbf4856e
20 changed files with 9 additions and 115 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue