mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
Trying to get nvidia to work!
This commit is contained in:
parent
3c4be80813
commit
f082e161c9
2 changed files with 6 additions and 10 deletions
14
common.nix
14
common.nix
|
@ -12,7 +12,7 @@
|
|||
platformTheme = lib.mkForce "kde";
|
||||
};
|
||||
|
||||
virtualisation.waydroid.enable = true;
|
||||
#virtualisation.waydroid.enable = true;
|
||||
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
|
@ -42,15 +42,15 @@
|
|||
displayManager = {
|
||||
sddm = {
|
||||
enable = true;
|
||||
enableHidpi = true;
|
||||
#enableHidpi = true;
|
||||
};
|
||||
lightdm.extraConfig = "user-authority-in-system-dir = true";
|
||||
};
|
||||
desktopManager = {
|
||||
plasma5 = {
|
||||
enable = true;
|
||||
supportDDC = true;
|
||||
useQtScaling = true;
|
||||
#supportDDC = true;
|
||||
#useQtScaling = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -82,10 +82,6 @@
|
|||
support32Bit = true;
|
||||
};
|
||||
};
|
||||
clamav = {
|
||||
daemon.enable = true;
|
||||
updater.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Hardware configure
|
||||
|
@ -135,7 +131,7 @@
|
|||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
#security.rtkit.enable = true;
|
||||
|
||||
# Localization
|
||||
i18n = {
|
||||
|
|
2
kami.nix
2
kami.nix
|
@ -26,7 +26,7 @@
|
|||
console.keyMap = "de";
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.opengl.enable = true;
|
||||
# hardware.opengl.enable = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/99a47ace-7e69-4520-b914-d4fe5b31dc79";
|
||||
|
|
Loading…
Reference in a new issue