Add new modules and configurations for HyprPanel and related components
This commit is contained in:
@@ -2,11 +2,20 @@
|
||||
|
||||
{
|
||||
|
||||
system.nixos = {
|
||||
distroName = "OCbwoy3";
|
||||
extraOSReleaseArgs = {
|
||||
HOME_URL="https://ocbwoy3.dev/";
|
||||
VERSION_CODENAME="";
|
||||
NAME="OCbwoy3";
|
||||
PRETTY_NAME="OCbwoy3";
|
||||
};
|
||||
};
|
||||
|
||||
system.activationScripts.installRoblox = {
|
||||
text = ''
|
||||
trap "${pkgs.flatpak}/bin/flatpak install -y https://sober.vinegarhq.org/sober.flatpakref" EXIT
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user