all browsers in flatpak
This commit is contained in:
parent
716b4f3a49
commit
60e298be6b
1 changed files with 0 additions and 38 deletions
|
@ -2,11 +2,6 @@
|
||||||
let
|
let
|
||||||
impermanence = builtins.fetchTarball "https://github.com/nix-community/impermanence/archive/master.tar.gz";
|
impermanence = builtins.fetchTarball "https://github.com/nix-community/impermanence/archive/master.tar.gz";
|
||||||
cullmann-fonts = pkgs.callPackage "/data/nixos/packages/cullmann-fonts.nix" {};
|
cullmann-fonts = pkgs.callPackage "/data/nixos/packages/cullmann-fonts.nix" {};
|
||||||
retroarchWithCores = (pkgs.retroarch.withCores (cores: with cores; [
|
|
||||||
bsnes
|
|
||||||
mgba
|
|
||||||
quicknes
|
|
||||||
]));
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
#
|
#
|
||||||
|
@ -352,9 +347,6 @@ in
|
||||||
# allow unfree packages
|
# allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# we want DRM support
|
|
||||||
nixpkgs.config.chromium.enableWideVine = true;
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -364,7 +356,6 @@ in
|
||||||
bitwise
|
bitwise
|
||||||
blender
|
blender
|
||||||
btop
|
btop
|
||||||
chromium
|
|
||||||
clinfo
|
clinfo
|
||||||
config.boot.kernelPackages.perf
|
config.boot.kernelPackages.perf
|
||||||
delta
|
delta
|
||||||
|
@ -433,7 +424,6 @@ in
|
||||||
qmk
|
qmk
|
||||||
qsynth
|
qsynth
|
||||||
restic
|
restic
|
||||||
retroarchWithCores
|
|
||||||
ripgrep
|
ripgrep
|
||||||
scc
|
scc
|
||||||
ssh-audit
|
ssh-audit
|
||||||
|
@ -462,31 +452,6 @@ in
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
];
|
];
|
||||||
|
|
||||||
# run some stuff in a sandbox
|
|
||||||
programs.firejail = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
wrappedBinaries = {
|
|
||||||
chromium = {
|
|
||||||
executable = "${pkgs.lib.getBin pkgs.chromium}/bin/chromium";
|
|
||||||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
|
||||||
};
|
|
||||||
|
|
||||||
chromium-browser = {
|
|
||||||
executable = "${pkgs.lib.getBin pkgs.chromium}/bin/chromium-browser";
|
|
||||||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
|
||||||
};
|
|
||||||
|
|
||||||
retroarch = {
|
|
||||||
executable = "${retroarchWithCores}/bin/retroarch";
|
|
||||||
profile = "${pkgs.firejail}/etc/firejail/retroarch.profile";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# chromium needs programs.firefox.enable here and systemPackages entry to have icon and work
|
|
||||||
programs.chromium.enable = true;
|
|
||||||
|
|
||||||
# we want git with LFS support and Co.
|
# we want git with LFS support and Co.
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -584,9 +549,6 @@ in
|
||||||
# dconf is needed for gtk, see https://nixos.wiki/wiki/KDE
|
# dconf is needed for gtk, see https://nixos.wiki/wiki/KDE
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/Chromium - Wayland support on
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
||||||
|
|
||||||
# ensure machine can send mails
|
# ensure machine can send mails
|
||||||
services.opensmtpd = {
|
services.opensmtpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue