no
This commit is contained in:
parent
35f546b9f3
commit
c1e95d7f6a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
|
||||
home-manager.users.tudbut = {
|
||||
services.opensnitch-ui.enable = lib.mkForce false;
|
||||
};
|
||||
systemd.services.ModemManager.enable = lib.mkForce false;
|
||||
services.opensnitch.enable = lib.mkForce false;
|
||||
services.xserver.xrandrHeads = [
|
||||
{
|
||||
output = "DSI1";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue