backout of commit b0385e19f7c83bb918fef67dccf8d1b3f755e9a7
This commit is contained in:
parent
376ba700da
commit
5d6114ac24
6 changed files with 14 additions and 14 deletions
|
|
@ -16,7 +16,7 @@
|
|||
firefox
|
||||
git
|
||||
inputs.helix.packages.${pkgs.system}.default
|
||||
libthai
|
||||
# libthai
|
||||
localsend
|
||||
macchina
|
||||
mesa
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
skim
|
||||
tree
|
||||
wezterm
|
||||
wget
|
||||
# wget
|
||||
yt-dlp
|
||||
zellij
|
||||
zstd
|
||||
|
|
@ -71,14 +71,16 @@
|
|||
networking.networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
# TODO check why this???
|
||||
networking.firewall.enable = false;
|
||||
|
||||
services.xserver.enable = lib.mkDefault true;
|
||||
services.xserver.xkb.layout = "us";
|
||||
systemd.services.display-manager.restartIfChanged = false;
|
||||
services.xserver.displayManager.sddm.enable = lib.mkDefault true;
|
||||
services.xserver.displayManager.gdm.enable = lib.mkDefault true;
|
||||
# services.xserver.desktopManager.plasma5.enable = lib.mkDefault true;
|
||||
services.xserver.desktopManager.plasma6.enable = lib.mkDefault true;
|
||||
# TODO plasma6
|
||||
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||
elisa
|
||||
konsole
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
# options: production, beta, vulkan_beta, latest
|
||||
package = pkgs.linuxPackages_zen.nvidiaPackages.production;
|
||||
package = pkgs.linuxPackages_zen.nvidiaPackages.latest;
|
||||
};
|
||||
# enable core and mem freq sliders for nvidia
|
||||
services.xserver.deviceSection = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue