hosts/krypton,profiles/firefox,profiles/desktop: Migrate options to new nixpkgs version
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
|
||||
./android.nix
|
||||
./backup.nix
|
||||
./etesync-dav.nix
|
||||
#./initrd.nix
|
||||
|
||||
@@ -11,7 +11,7 @@ with lib;
|
||||
roboto
|
||||
roboto-mono
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
comfortaa
|
||||
] ++ (if pkgs ? "noto-fonts-cjk-sans" then [ pkgs.noto-fonts-cjk-sans ] else [ pkgs.noto-fonts-cjk ]);
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ with lib;
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.firefox.package = pkgs.firefox-wayland;
|
||||
|
||||
programs.firefox.policies = {
|
||||
AutofillAddressEnabled = false;
|
||||
AutofillCreditCardEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user