mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-07-15 12:39:11 +00:00
Increase modularity of configuration
This commit is contained in:
parent
ab876da423
commit
bb897d5682
4 changed files with 94 additions and 67 deletions
15
tongfang/nixos/packages.nix
Normal file
15
tongfang/nixos/packages.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, inputs, config, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; with inputs; [
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
firefox
|
||||
git
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
fzf
|
||||
jq
|
||||
ripgrep
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue