mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-11 06:14:38 -05:00
feat: added other user themes
This commit is contained in:
parent
6cdbfedc93
commit
1635b0c845
40 changed files with 593 additions and 210 deletions
12
systems/bartholomew/config/graphics.nix
Executable file
12
systems/bartholomew/config/graphics.nix
Executable file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = [ ];
|
||||
extraPackages32 = [ ];
|
||||
};
|
||||
};
|
||||
boot.initrd.kernelModules = [
|
||||
];
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue