mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
clean up deprecated functions
This commit is contained in:
parent
9a20612fe5
commit
f51a53d7cb
3 changed files with 3 additions and 33 deletions
|
@ -96,8 +96,6 @@
|
|||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [ ];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ ];
|
||||
};
|
||||
nvidia = {
|
||||
#package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
services.xserver = {
|
||||
xkbVariant = "altgr-intl";
|
||||
xkb.variant = "altgr-intl";
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -53,9 +53,9 @@
|
|||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
hardware = {
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
gpgSmartcards.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue