mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
gnome fixes
This commit is contained in:
parent
9bceef73de
commit
fca63c71e1
2 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,6 @@
|
||||||
services.xserver.wacom.enable = true;
|
services.xserver.wacom.enable = true;
|
||||||
services.xserver.videoDrivers = [ "i915" ];
|
services.xserver.videoDrivers = [ "i915" ];
|
||||||
|
|
||||||
services.displayManager.defaultSession = "gnome";
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,5 +18,7 @@ in
|
||||||
ambient-enabled = false;
|
ambient-enabled = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
userSettings.alacritty.enable = true;
|
||||||
|
userSettings.kitty.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue