added firefox config

This commit is contained in:
Tyler Mayoff 2025-09-20 00:08:41 -04:00
parent 135c685973
commit c09f4e4315
4 changed files with 111 additions and 13 deletions

View file

@ -4,6 +4,7 @@
../../home/darkman.nix
../../modules/home/firefox
../../modules/home/ghostty.nix
../../home/home-backup.nix
@ -20,13 +21,9 @@
homeDirectory = "/home/tyler";
packages = with pkgs; [
# godot
godot
];
stateVersion = "23.11";
};
programs.firefox = {
enable = true;
};
}