Fix indentation

This commit is contained in:
ItsDrike 2024-06-19 19:23:36 +02:00
parent bb1915e3dd
commit c916fd31b4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -83,7 +83,7 @@
device = { device = {
roles = { roles = {
type = "laptop"; type = "laptop";
virtual-machine = false; virtual-machine = false;
}; };
cpu.type = "amd"; cpu.type = "amd";
gpu.type = "amd"; gpu.type = "amd";
@ -110,18 +110,18 @@
git = { git = {
userName = "ItsDrike"; userName = "ItsDrike";
userEmail = "itsdrike@protonmail.com"; userEmail = "itsdrike@protonmail.com";
signing = { signing = {
enable = true; enable = true;
key = "FA2745890B7048C0"; key = "FA2745890B7048C0";
}; };
}; };
wms.hyprland = { wms.hyprland = {
enable = true; enable = true;
monitor = [ monitor = [
"eDP-1, 1920x1080@60, 0x0, 1" "eDP-1, 1920x1080@60, 0x0, 1"
]; ];
}; };
programs = { programs = {