cleanup
This commit is contained in:
parent
94008569ec
commit
cffa274b7b
7 changed files with 39 additions and 33 deletions
|
|
@ -90,6 +90,7 @@
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
security.sudo-rs.enable = true;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# egl-wayland
|
||||
# gpt4all-chat
|
||||
# nvidia-vaapi-driver
|
||||
foldingathome
|
||||
gwe
|
||||
|
|
@ -23,14 +24,14 @@
|
|||
extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
# wayland chromium workaround
|
||||
NIXOS_OZONE_WL = "1";
|
||||
# environment.sessionVariables = {
|
||||
# # wayland chromium workaround
|
||||
# NIXOS_OZONE_WL = "1";
|
||||
|
||||
# firefox nvidia-vaapi-driver
|
||||
# MOZ_DISABLE_RDD_SANDBOX = "1";
|
||||
# LIBVA_DRIVER_NAME = "nvidia";
|
||||
};
|
||||
# # firefox nvidia-vaapi-driver
|
||||
# # MOZ_DISABLE_RDD_SANDBOX = "1";
|
||||
# # LIBVA_DRIVER_NAME = "nvidia";
|
||||
# };
|
||||
|
||||
fileSystems."/home" = {
|
||||
device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09";
|
||||
|
|
|
|||
|
|
@ -25,19 +25,12 @@
|
|||
|
||||
swapDevices = [{device = "/dev/disk/by-uuid/ca55d0ea-c0db-44c5-af3a-e38eec803929";}];
|
||||
|
||||
# services.fstrim.enable = true;
|
||||
services.fprintd.enable = true;
|
||||
services.fwupd.enable = true;
|
||||
# services.fstrim.enable = true;
|
||||
powerManagement.powertop.enable = true;
|
||||
hardware.sensor.iio.enable = true;
|
||||
|
||||
# hardware.sane = {
|
||||
# enable = true;
|
||||
# extraBackends = [ pkgs.epkowa ];
|
||||
# };
|
||||
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
|
||||
# systemd.user.services.backlight = {
|
||||
# # description = "";
|
||||
# ExecStart = "${pkgs.prescurve}/bin/prescurve_backlight";
|
||||
|
|
@ -45,6 +38,13 @@
|
|||
# wantedBy = [ "default.target" ];
|
||||
# };
|
||||
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
|
||||
# hardware.sane = {
|
||||
# enable = true;
|
||||
# extraBackends = [ pkgs.epkowa ];
|
||||
# };
|
||||
|
||||
services.udev.extraRules = ''
|
||||
# Ethernet expansion card
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
||||
|
|
@ -75,7 +75,5 @@
|
|||
# boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
|
||||
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
||||
|
||||
services.pipewire.wireplumber.enable = true;
|
||||
|
||||
networking.hostName = "NOlaptop";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue