Improved odin configuration
This commit is contained in:
parent
38d1b8f3b9
commit
ba84bc21ce
7 changed files with 28 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue