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