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