added firefox

This commit is contained in:
biscuit
2025-05-13 19:11:11 -05:00
parent 35ca5c8bc0
commit 47e6fcf96f
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
# ../packages/zsh/default.nix
../modules/terminal.nix
../packages/hyprland/default.nix
../packages/firefox/default.nix
# /home/biscuit/Nixos/packages/hyprland/default.nix
];
+1
View File
@@ -2,6 +2,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../packages/firefox/default.nix
];
# Bootloader.
+1 -1
View File
@@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.packages = [
environment.systemPackages = with pkgs; [
firefox
];