fix bracket in wrong place

This commit is contained in:
Sakooooo 2023-07-23 14:35:48 +03:00
parent 8e5840209b
commit 14d8b6d348
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -47,6 +47,7 @@ in
accelProfile = "flat"; accelProfile = "flat";
}; };
}; };
};
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [
rofi rofi
@ -85,5 +86,4 @@ in
}; };
}; };
}; };
};
} }