mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
16 lines
No EOL
211 B
Nix
16 lines
No EOL
211 B
Nix
{ pkgs, ...}: {
|
|
imports = [
|
|
./editors
|
|
];
|
|
|
|
home-manager.users.may.home.packages = with pkgs; [
|
|
neofetch
|
|
wget
|
|
tmux
|
|
file
|
|
btop
|
|
screen
|
|
ranger # file manager
|
|
ripgrep
|
|
];
|
|
} |