updates
This commit is contained in:
parent
69532526d7
commit
962ab4d99e
3 changed files with 9 additions and 3 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
services.xserver.displayManager.sddm.enable = true;
|
||||||
services.xserver.desktopManager.plasma5.enable = true;
|
services.xserver.desktopManager.plasma5.enable = true;
|
||||||
|
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||||
services.xserver.desktopManager.plasma5.excludePackages = with pkgs.libsForQt5; [
|
|
||||||
khelpcenter
|
khelpcenter
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -16,6 +15,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
spectacle
|
spectacle
|
||||||
];
|
];
|
||||||
|
|
||||||
# GNUPG Stuff
|
# GNUPG Stuff
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
fileSystems."/mnt/data" =
|
fileSystems."/mnt/data" =
|
||||||
{ device = "/dev/disk/by-label/data";
|
{ device = "/dev/disk/by-label/data";
|
||||||
|
|
@ -19,6 +18,9 @@
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
|
||||||
|
#scaling
|
||||||
|
services.xserver.dpi =
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
rocm-opencl-icd
|
rocm-opencl-icd
|
||||||
rocm-opencl-runtime
|
rocm-opencl-runtime
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,10 @@
|
||||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
#scaling
|
||||||
|
services.xserver.dpi = 227;
|
||||||
|
fonts.optimizeForVeryHighDPI = enable;
|
||||||
|
|
||||||
# Mis-detected by nixos-generate-config
|
# Mis-detected by nixos-generate-config
|
||||||
# https://github.com/NixOS/nixpkgs/issues/171093
|
# https://github.com/NixOS/nixpkgs/issues/171093
|
||||||
# https://wiki.archlinux.org/title/Framework_Laptop#Changing_the_brightness_of_the_monitor_does_not_work
|
# https://wiki.archlinux.org/title/Framework_Laptop#Changing_the_brightness_of_the_monitor_does_not_work
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue