From aeee1ee374396dfae12c46703ac7001869a8181e Mon Sep 17 00:00:00 2001 From: Nicole Date: Tue, 6 May 2025 16:40:23 +0200 Subject: [PATCH] update --- etc/nixos/configuration.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/etc/nixos/configuration.nix b/etc/nixos/configuration.nix index c471b5c..b2cb502 100644 --- a/etc/nixos/configuration.nix +++ b/etc/nixos/configuration.nix @@ -37,9 +37,6 @@ in services.blueman.enable = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - services.udev.extraRules = '' - KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660" - ''; boot = { plymouth = { @@ -49,7 +46,6 @@ in # Enable "Silent Boot" consoleLogLevel = 0; initrd.verbose = false; - kernelModules = ["i2c-dev"]; kernelParams = [ "quiet" "splash" @@ -119,7 +115,7 @@ in users.users.nicole = { isNormalUser = true; description = "Nicole"; - extraGroups = [ "networkmanager" "wheel" "libvrtd" "kvm" "qemu-libvirtd" "i2c"]; + extraGroups = [ "networkmanager" "wheel" "libvrtd" "kvm" "qemu-libvirtd" ]; packages = with pkgs; []; }; @@ -242,9 +238,11 @@ in floorp telegram-desktop element-desktop - discord + (discord.override { + # withOpenASAR = true; # can do this here too + withVencord = true; + }) mailspring - wasistlos teams-for-linux qbittorrent @@ -341,6 +339,7 @@ in BROWSER = "firefox"; TERMINAL = "kitty"; LIBVIRT_DEFAULT_URI = "qemu:///system"; + NIXOS_OZONE_WL = "1"; }; #etc."nvidia/nvidia-application-profiles-rc.d/50-limit-free-buffer-pool.json".source = ./50-limit-free-buffer-pool.json; };