formatting and ts stuff
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
{inputs,self,...}:{
|
{
|
||||||
|
inputs,
|
||||||
|
self,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
flake.nixosConfigurations.nixos = inputs.nixpkgs.lib.nixosSystem {
|
flake.nixosConfigurations.nixos = inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
flake.nixosModules.development = {pkgs, ...}: {
|
flake.nixosModules.development = {pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nodejs_24
|
nodejs_24
|
||||||
|
|
||||||
nixfmt
|
nixfmt
|
||||||
zellij
|
zellij
|
||||||
nixd
|
nixd
|
||||||
@@ -17,8 +18,12 @@
|
|||||||
tailwindcss-language-server
|
tailwindcss-language-server
|
||||||
biome
|
biome
|
||||||
|
|
||||||
# Treesitter CLI for downloading grammars
|
# Treesitter CLI + C compiler for building grammars
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
gcc
|
||||||
|
|
||||||
|
# Nix formatter (uses tabs by default)
|
||||||
|
alejandra
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|||||||
Reference in New Issue
Block a user