Compare commits
1 commit
a5db3e4223
...
aac7d3dbc3
Author | SHA1 | Date | |
---|---|---|---|
aac7d3dbc3 |
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