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, ...}: {
|
{ pkgs, ... }:
|
||||||
imports = [
|
{
|
||||||
../../common/users/meyer-wsl
|
imports = [
|
||||||
../../common/systemModules/nix.nix
|
../../common/users/meyer-wsl
|
||||||
];
|
../../common/systemModules/nix.nix
|
||||||
wsl = {
|
];
|
||||||
defaultUser = "meyer";
|
wsl = {
|
||||||
enable = true;
|
defaultUser = "meyer";
|
||||||
wslConf = {
|
enable = true;
|
||||||
network = {
|
wslConf = {
|
||||||
hostname = "wsl-desktop-evo4b5";
|
network = {
|
||||||
};
|
hostname = "wsl-desktop-evo4b5";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
system.stateVersion = "24.05";
|
};
|
||||||
programs.zsh.enable = true;
|
system.stateVersion = "24.05";
|
||||||
environment.systemPackages = with pkgs; [
|
programs.zsh.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
];
|
ripgrep
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue