OK, I think Theme Is Working

This commit is contained in:
Annika Merris 2024-05-19 09:28:19 -04:00
parent 3b679350ff
commit dd07c44bf8
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ with inputs;
inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
# specialArgs = {inherit inputs;};
modules = [
globals
lix-module.nixosModules.default

View file

@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
options = {
vscode = {
@ -15,7 +15,7 @@
enable = true;
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
inputs.catppuccin-vsc
catppuccin.catppuccin-vsc
];
};
};