added firefox
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../packages/firefox/default.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user