home: use unstable chromium
This commit is contained in:
parent
9b366dfd67
commit
f3f980c3e1
2 changed files with 1 additions and 6 deletions
|
@ -11,7 +11,6 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
chromium.url = "github:NixOS/nixpkgs/314e12ba369ccdb9b352a4db26ff419f7c49fa84";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -57,8 +54,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
inputs.chromium.legacyPackages.${system}.ungoogled-chromium
|
||||
# ungoogled-chromium
|
||||
ungoogled-chromium
|
||||
librewolf
|
||||
bitwarden-desktop
|
||||
bitwarden-cli
|
||||
|
|
Loading…
Add table
Reference in a new issue