Compare commits
3 Commits
01c41964bf
...
248b962d5e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
248b962d5e | ||
|
|
5a2c51b9dc | ||
|
|
cb579d7097 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
*.qcow2
|
||||
config/hardware-configuration.nix
|
||||
temp/*
|
||||
.claude
|
||||
hardware-configuration.nix
|
||||
|
||||
14
nixos/cesium.nix
Normal file
14
nixos/cesium.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = false;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Before Width: | Height: | Size: 968 KiB After Width: | Height: | Size: 968 KiB |
@ -4,11 +4,11 @@
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./cesium.nix
|
||||
./common.nix
|
||||
./mounts.nix
|
||||
./services.nix
|
||||
./users/sebastian.nix
|
||||
# ./vm-guest.nix
|
||||
<home-manager/nixos>
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user