Improved odin configuration

This commit is contained in:
Filippo Berto 2022-11-11 14:34:31 +01:00
parent 38d1b8f3b9
commit ba84bc21ce
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 28 additions and 24 deletions

View file

@ -19,7 +19,7 @@ with lib; {
networking = {
hostName = "odin";
networkmanager.enable = true;
networkmanager.wifi.backend = "iwd";
# networkmanager.wifi.backend = "iwd";
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
@ -217,8 +217,9 @@ with lib; {
services.blueman.enable = true;
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
# package = lib.mkForce pkgs.gnome3.gvfs;
};
services.tumbler.enable = true;
# services.tlp.enable = false;
services.avahi = {
enable = true;

View file

@ -8,6 +8,7 @@
boot.initrd.kernelModules = [ "i915" ];
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.extraPackages = with pkgs; [
intel-media-driver
vaapiIntel

View file

@ -3,6 +3,7 @@
# and in the NixOS manual (accessible by running nixos-help).
{
boot.initrd.kernelModules = [ "i915" ];
# boot.kernelPackages = pkgs.linuxPackages;
services.xserver = {
videoDrivers = [ "nvidia" ];

View file

@ -147,7 +147,7 @@
../hm_modules/mangohud.nix
../hm_modules/megasync.nix
../hm_modules/mpv.nix
../hm_modules/nautilus.nix
# ../hm_modules/nautilus.nix
../hm_modules/nix-index.nix
../hm_modules/noti.nix
../hm_modules/nushell.nix