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