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