refactor
This commit is contained in:
parent
531b178421
commit
ed9a836d2d
9 changed files with 43 additions and 52 deletions
16
home-manager/sajenim/features/editor/default.nix
Normal file
16
home-manager/sajenim/features/editor/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
gcc
|
||||
pandoc
|
||||
python313Full
|
||||
texliveFull
|
||||
]
|
||||
++ [
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue