all/europa: disable stuff that needs building

This commit is contained in:
Aaron Bieber 2022-09-09 07:03:56 -06:00
parent 39a0ee829a
commit ca340774dd
No known key found for this signature in database
2 changed files with 10 additions and 11 deletions

View File

@ -46,10 +46,10 @@ with lib; {
firejail = {
enable = true;
wrappedBinaries = {
firefox = {
executable = "${lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
};
#firefox = {
# executable = "${lib.getBin pkgs.firefox}/bin/firefox";
# profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
#};
#brave = {
# executable = "${lib.getBin pkgs.brave}/bin/brave";
# profile = "${pkgs.firejail}/etc/firejail/brave.profile";

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, modulesPath, ... }:
let
myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
#myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
peerixUser = if builtins.hasAttr "peerix" config.users.users then
config.users.users.peerix.name
else
@ -143,11 +143,11 @@ in {
systemd.sleep.extraConfig = "HibernateDelaySec=2h";
services = {
emacs = {
enable = true;
package = myEmacs;
install = true;
};
#emacs = {
# enable = true;
# package = myEmacs;
# install = true;
#};
tor = {
enable = true;
client.enable = true;
@ -222,7 +222,6 @@ in {
rofi
signal-desktop
tcpdump
thunderbird
tidal-hifi
tigervnc
unzip