Compare commits
No commits in common. "026c2b76d2281f186e49f7977ea169a3cdfcd765" and "11d81001f5faea8471acc8d24356219fe5a271ee" have entirely different histories.
026c2b76d2
...
11d81001f5
2 changed files with 2 additions and 12 deletions
|
@ -1,11 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.qutebrowser = lib.mkIf config.settei.desktop.enable {
|
||||
programs.qutebrowser = {
|
||||
# TODO: Enable again
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
searchEngines = {
|
||||
|
|
|
@ -108,11 +108,6 @@ let
|
|||
boot.kernel.sysctl."kernel.yama.ptrace_scope" = 0;
|
||||
|
||||
settei.user.config.services.ssh-agent.enable = true;
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "cgroups" ];
|
||||
use-cgroups = true;
|
||||
};
|
||||
};
|
||||
|
||||
darwinConfig = lib.optionalAttrs (!isLinux) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue