make codium nicer, disable some stuff

This commit is contained in:
cy 2025-02-09 22:26:24 -05:00
parent 1ca80eb95d
commit ff7354c661
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 44 additions and 9 deletions

View file

@ -78,6 +78,12 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nil = {
url = "github:oxalica/nil";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
inputs.flake-utils.follows = "flake-utils";
};
nvim-github-theme = {
url = "github:projekt0n/github-nvim-theme";