simplify some things and remove some unused code
This commit is contained in:
parent
931efc7518
commit
6cf86a3827
144 changed files with 251 additions and 3912 deletions
3
home/develop/devenv.nix
Normal file
3
home/develop/devenv.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [devenv];
|
||||
}
|
3
home/develop/langs/c.nix
Normal file
3
home/develop/langs/c.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [clang-tools buckle gdb lldb];
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
alejandra
|
||||
stylua
|
||||
lua-language-server
|
||||
];
|
||||
}
|
3
home/develop/langs/nix.nix
Normal file
3
home/develop/langs/nix.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [nil nixd alejandra nixfmt-rfc-style];
|
||||
}
|
3
home/develop/langs/zig.nix
Normal file
3
home/develop/langs/zig.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [zig zls];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue