mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 07:29:41 +00:00
add(nixos): firefox config
This commit is contained in:
parent
7605c579ba
commit
59c3aa4514
4 changed files with 172 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue