Look, I Don't Know...

This commit is contained in:
Annika Merris 2024-05-13 20:47:46 -04:00
parent 329ed8d5f6
commit f90640b86e
4 changed files with 48 additions and 9 deletions

View file

@ -99,6 +99,7 @@
enable = true;
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
catppuccin.catppuccin-vsc
];
};
firefox = {

View file

@ -142,6 +142,8 @@
};
};
nixpkgs.overlays = [ inputs.catppuccin-vsc.overlays.default ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;