mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
11 lines
No EOL
331 B
Nix
11 lines
No EOL
331 B
Nix
{ pkgs, ...}: {
|
|
home-manager.users.may.home.packages = with pkgs; [
|
|
firefox # browser
|
|
nautilus # gui file manager
|
|
alacritty # terminal
|
|
imv # image viewer
|
|
file-roller # archive manager
|
|
vscode # text editor
|
|
gnome-disk-utility
|
|
];
|
|
} |