fix firefox typos
This commit is contained in:
parent
fbeb9977bb
commit
4fd65dc38c
3
home.nix
3
home.nix
|
@ -46,7 +46,6 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
|||
comic-mono
|
||||
comfortaa
|
||||
btop
|
||||
firefox
|
||||
apostrophe
|
||||
warp
|
||||
syncplay
|
||||
|
@ -99,7 +98,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
|||
# configure programs
|
||||
programs.firefox = { #add options later
|
||||
enable = true;
|
||||
}
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue