feat: partially configure VSCodium

This commit is contained in:
Jo 2024-11-14 22:47:48 +01:00
parent bd4dcd5b28
commit a45e263617
5 changed files with 60 additions and 29 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# Nixpkgs instance.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
# Snowfall lib imposes an opinionated file-structure, which makes things a little easier sometimes.
snowfall-lib = {
@ -24,13 +24,19 @@
};
# Hardware specific tweaks and performance optimizations.
hardware.url = "github:NixOS/nixos-hardware/master";
hardware = {
url = "github:NixOS/nixos-hardware/master";
};
# Catppuccin theme nix configuration.
catppuccin.url = "github:catppuccin/nix";
catppuccin = {
url = "github:catppuccin/nix";
};
# Declarative management of Flatpak packages.
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
nix-flatpak = {
url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
};
};
outputs = inputs: