reverting back to gnome
This commit is contained in:
parent
3ea6dbda13
commit
872e8bec96
@ -2,8 +2,8 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../base.nix
|
../../base.nix
|
||||||
# ../../gnome.nix
|
../../gnome.nix
|
||||||
../../cosmic.nix
|
# ../../cosmic.nix
|
||||||
../../pkgs/obs-studio.nix
|
../../pkgs/obs-studio.nix
|
||||||
];
|
];
|
||||||
my = {
|
my = {
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
options.my.services.nvidia.enable = lib.mkEnableOption "enable";
|
options.my.services.nvidia.enable = lib.mkEnableOption "enable";
|
||||||
config = lib.mkIf config.my.services.nvidia.enable {
|
config = lib.mkIf config.my.services.nvidia.enable {
|
||||||
|
boot.kernelParams = [ "nvidia-drm.fbdev=1" ];
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl = {
|
opengl = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user