feat(desktop): add firefox

This commit is contained in:
Ashhhleyyy 2023-10-02 21:03:48 +01:00
parent aad6499f40
commit 9420851936
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
nerdfonts
firefox
];
programs.kitty = {