move systems into a separate directory

This commit is contained in:
uku 2023-11-14 18:29:14 +01:00
parent 89f997e158
commit 18121a0f9f
Signed by: uku
GPG key ID: 7D01D7B105E77166
9 changed files with 111 additions and 88 deletions

7
systems/fuji/default.nix Normal file
View file

@ -0,0 +1,7 @@
{lib, ...}: {
# imports = [./nvidia.nix];
services.xserver.videoDrivers = ["amdgpu"];
hm.wayland.windowManager.hyprland.settings.monitor = lib.mkForce ["DP-1,1920x1200@60,0x0,1" "HDMI-A-1,1440x900@60,1920x300,1"];
}