add(nixos): firefox config

This commit is contained in:
Léana 江 2023-12-28 16:20:53 +01:00 committed by Léana 江
parent 7605c579ba
commit 59c3aa4514
4 changed files with 172 additions and 21 deletions

View file

@ -1,12 +1,5 @@
{
pkgs,
unstable,
...
}: {
imports = [
./dev.nix
./gui.nix
];
{ pkgs, unstable, ... }: {
imports = [ ./dev.nix ./gui.nix ./browser.nix];
home = {
username = "leana";
@ -16,13 +9,13 @@
programs = {
home-manager.enable = true;
firefox.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [
# shell and script dependencies
fish