move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
This commit is contained in:
parent
6be554822c
commit
64db779064
32 changed files with 534 additions and 635 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, firefox-addons, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
|
@ -9,8 +9,8 @@
|
|||
profiles.default = {
|
||||
name = "default";
|
||||
isDefault = true;
|
||||
extensions = with pkgs.nur.repos; [
|
||||
rycee.firefox-addons.immersive-translate
|
||||
extensions = with (pkgs.callPackage firefox-addons { }); [
|
||||
immersive-translate
|
||||
];
|
||||
search = {
|
||||
force = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue