mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
add ripgrep
This commit is contained in:
parent
e5fff54adf
commit
39c7edf2fb
1 changed files with 20 additions and 18 deletions
|
@ -1,21 +1,23 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../common/users/meyer-wsl
|
||||
../../common/systemModules/nix.nix
|
||||
];
|
||||
wsl = {
|
||||
defaultUser = "meyer";
|
||||
enable = true;
|
||||
wslConf = {
|
||||
network = {
|
||||
hostname = "wsl-desktop-evo4b5";
|
||||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../common/users/meyer-wsl
|
||||
../../common/systemModules/nix.nix
|
||||
];
|
||||
wsl = {
|
||||
defaultUser = "meyer";
|
||||
enable = true;
|
||||
wslConf = {
|
||||
network = {
|
||||
hostname = "wsl-desktop-evo4b5";
|
||||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
clang
|
||||
];
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue