Compare commits

..

No commits in common. "77f24c597b654a45555797dabe14233189c980c1" and "34b92a605361ae8ef7d57ca989b53fc2530fb686" have entirely different histories.

1 changed files with 8 additions and 13 deletions

View File

@ -10,20 +10,18 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
boot.extraModprobeConfig = '' options bluetooth disable_ertm=1 '';
boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10 boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
hardware.xone.enable = true; # support for the xbox controller USB dongle hardware.xone.enable = true; # support for the xbox controller USB dongle
networking.hostName = "eshu"; # Define your hostname. networking.hostName = "eshu"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone. # Set your time zone.
# time.timeZone = "Europe/Amsterdam"; # time.timeZone = "Europe/Amsterdam";
@ -41,16 +39,14 @@
# }; # };
services.blueman.enable = true; services.blueman.enable = true;
services.displayManager = { services.getty.autologinUser = "eliribble";
autoLogin.enable = true; environment = {
autoLogin.user = "eliribble"; loginShellInit = ''
[[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh
'';
}; };
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver = { services.xserver.enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
enable = true;
};
@ -89,7 +85,6 @@
chezmoi chezmoi
fish fish
git git
htop
mangohud mangohud
neovim neovim
python3 python3