mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 22:04:38 -05:00
feat: changed system naming convention
This commit is contained in:
parent
33455dccd9
commit
1b36918ced
30 changed files with 51 additions and 49 deletions
12
systems/charon/config/graphics.nix
Executable file
12
systems/charon/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