mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
init
This commit is contained in:
commit
96895ec3aa
100 changed files with 6349 additions and 0 deletions
9
home/programs/coding/misc.nix
Normal file
9
home/programs/coding/misc.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
nixfmt-rfc-style
|
||||
texlab
|
||||
nodePackages.prettier
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue