mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 03:25:39 +00:00
6 lines
62 B
Nix
6 lines
62 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
home.packages = with pkgs; [ firefox ];
|
||
|
}
|